Home
last modified time | relevance | path

Searched refs:getNumberOfWarpsInBlock (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DMapping.cpp42 uint32_t getNumberOfWarpsInBlock();
107 uint32_t getNumberOfWarpsInBlock() { in getNumberOfWarpsInBlock() function
163 uint32_t getNumberOfWarpsInBlock() { in getNumberOfWarpsInBlock() function
243 ASSERT(WarpID < impl::getNumberOfWarpsInBlock()); in getWarpId()
253 uint32_t mapping::getNumberOfWarpsInBlock() { in getNumberOfWarpsInBlock() function in mapping
254 uint32_t NumberOfWarpsInBlocks = impl::getNumberOfWarpsInBlock(); in getNumberOfWarpsInBlock()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DMapping.h76 uint32_t getNumberOfWarpsInBlock();