We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9d5877 + 9f63f91 commit 5112f90Copy full SHA for 5112f90
offload/plugins-nextgen/amdgpu/src/rtl.cpp
@@ -2912,7 +2912,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
2912
OMPX_QueueSize("LIBOMPTARGET_AMDGPU_HSA_QUEUE_SIZE", 512),
2913
OMPX_DefaultTeamsPerCU("LIBOMPTARGET_AMDGPU_TEAMS_PER_CU", 4),
2914
OMPX_GenericSpmdTeamsPerCU(
2915
- "LIBOMPTARGET_AMDGPU_GENERIC_SPMD_TEAMS_PER_CU", 0),
+ "LIBOMPTARGET_AMDGPU_GENERIC_SPMD_TEAMS_PER_CU", 6),
2916
OMPX_BigJumpLoopTeamsPerCU(
2917
"LIBOMPTARGET_AMDGPU_BIG_JUMP_LOOP_TEAMS_PER_CU", 0),
2918
OMPX_BigJumpLoopMaxTotalTeams(
0 commit comments