Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp345 static constexpr const int32_t HardThreadLimit = 1024; member in __anondfa3b3cd0111::DeviceRTLTy
683 if (DeviceData[DeviceId].ThreadsPerBlock > DeviceRTLTy::HardThreadLimit) { in initDevice()
686 DeviceData[DeviceId].ThreadsPerBlock, DeviceRTLTy::HardThreadLimit); in initDevice()
687 DeviceData[DeviceId].ThreadsPerBlock = DeviceRTLTy::HardThreadLimit; in initDevice()