Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp563 uint32_t TmpUInt2; in printDeviceInfo() local
673 hsa_agent_get_info(Agent, HSA_AGENT_INFO_WAVEFRONT_SIZE, &TmpUInt2), in printDeviceInfo()
676 printf(" Wavefront Size: \t\t\t%u \n", TmpUInt2); in printDeviceInfo()
698 printf(" Max Work-item Per CU: \t\t%u \n", TmpUInt * TmpUInt2); in printDeviceInfo()