Lines Matching refs:DeviceRTLTy
328 class DeviceRTLTy { class
498 DeviceRTLTy(const DeviceRTLTy &) = delete;
499 DeviceRTLTy(DeviceRTLTy &&) = delete;
501 DeviceRTLTy() in DeviceRTLTy() function in __anondfa3b3cd0111::DeviceRTLTy
584 ~DeviceRTLTy() { in ~DeviceRTLTy()
657 DeviceRTLTy::DefaultNumTeams); in initDevice()
658 DeviceData[DeviceId].BlocksPerGrid = DeviceRTLTy::DefaultNumTeams; in initDevice()
670 DeviceRTLTy::DefaultNumThreads); in initDevice()
671 DeviceData[DeviceId].ThreadsPerBlock = DeviceRTLTy::DefaultNumThreads; in initDevice()
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()
745 DeviceData[DeviceId].NumTeams = DeviceRTLTy::DefaultNumTeams; in initDevice()
747 DeviceRTLTy::DefaultNumTeams); in initDevice()
757 DeviceData[DeviceId].NumThreads = DeviceRTLTy::DefaultNumThreads; in initDevice()
759 DeviceRTLTy::DefaultNumThreads); in initDevice()
1518 DeviceRTLTy DeviceRTL;