XeTLA v0.3.6
IntelĀ® Xe Templates for Linear Algebra - API Definition Document
 
Loading...
Searching...
No Matches
fastmath.hpp File Reference

C++ API. More...

Include dependency graph for fastmath.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

C++ API.