Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp208 int16_t ConstWGSize; member
216 : ExecutionMode(_ExecutionMode), ConstWGSize(_ConstWGSize), in KernelTy()
1422 void getLaunchVals(int &threadsPerGroup, int &num_groups, int ConstWGSize, in getLaunchVals() argument
1444 fprintf(stderr, "ConstWGSize: %d\n", ConstWGSize); in getLaunchVals()
1460 if (threadsPerGroup > ConstWGSize) { in getLaunchVals()
1461 threadsPerGroup = ConstWGSize; in getLaunchVals()
1623 getLaunchVals(threadsPerGroup, num_groups, KernelInfo->ConstWGSize, in __tgt_rtl_run_target_team_region_locked()
1636 device_id, KernelInfo->ExecutionMode, KernelInfo->ConstWGSize, in __tgt_rtl_run_target_team_region_locked()