Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp1218 uint16_t WG_Size; in __tgt_rtl_load_binary_locked() member
1248 DP("KernDesc: WG_Size: %d\n", KernDescVal.WG_Size); in __tgt_rtl_load_binary_locked()
1254 if (KernDescVal.WG_Size == 0) { in __tgt_rtl_load_binary_locked()
1255 KernDescVal.WG_Size = RTLDeviceInfoTy::Default_WG_Size; in __tgt_rtl_load_binary_locked()
1256 DP("Setting KernDescVal.WG_Size to default %d\n", KernDescVal.WG_Size); in __tgt_rtl_load_binary_locked()
1258 WGSizeVal = KernDescVal.WG_Size; in __tgt_rtl_load_binary_locked()