Home
last modified time | relevance | path

Searched defs:getWarpSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project/offload/DeviceRTL/src/
H A DMapping.cpp222 uint32_t getWarpSize() { return getGridValue().GV_Warp_Size; } getWarpSize() function
278 uint32_t mapping::getWarpSize() { return impl::getWarpSize(); } getWarpSize() function in mapping
[all...]
/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h800 uint32_t getWarpSize() const { return GridValues.GV_Warp_Size; } getWarpSize() function