Searched defs:getWarpSize (Results 1 – 2 of 2) sorted by relevance
/llvm-project/offload/DeviceRTL/src/ | ||
H A D | Mapping.cpp | 222 uint32_t getWarpSize() { return getGridValue().GV_Warp_Size; } getWarpSize() function |
/llvm-project/offload/plugins-nextgen/common/include/ | ||
H A D | PluginInterface.h | 800 uint32_t getWarpSize() const { return GridValues.GV_Warp_Size; } getWarpSize() function |