C++ API. More...
#include "common/utils/common.hpp"

Go to the source code of this file.
Classes | |
| struct | gpu::xetla::FastDivMod |
| Fast division + modulus operation Host code pre-computes values to avoid expensive operations in kernel code. More... | |
Namespaces | |
| namespace | gpu |
| namespace | gpu::xetla |
Functions | |
| int | gpu::xetla::clz (int x) |
| Host side utility function to compute number of leading zeros in the binary representation. | |
| int | gpu::xetla::find_log2 (int x) |
| Host side utility function to compute log2 function. | |
C++ API.