Skip to content

Commit

Permalink
[OpenMP][plugin] Improve 521.miniswp set default for LIBOMPTARGET_AMD…
Browse files Browse the repository at this point in the history
…GPU_GENERIC_SPMD_TEAMS_PER_CU from 0 to 6. (llvm#1071)
  • Loading branch information
ronlieb authored Mar 10, 2025
2 parents a9d5877 + 9f63f91 commit 5112f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offload/plugins-nextgen/amdgpu/src/rtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
OMPX_QueueSize("LIBOMPTARGET_AMDGPU_HSA_QUEUE_SIZE", 512),
OMPX_DefaultTeamsPerCU("LIBOMPTARGET_AMDGPU_TEAMS_PER_CU", 4),
OMPX_GenericSpmdTeamsPerCU(
"LIBOMPTARGET_AMDGPU_GENERIC_SPMD_TEAMS_PER_CU", 0),
"LIBOMPTARGET_AMDGPU_GENERIC_SPMD_TEAMS_PER_CU", 6),
OMPX_BigJumpLoopTeamsPerCU(
"LIBOMPTARGET_AMDGPU_BIG_JUMP_LOOP_TEAMS_PER_CU", 0),
OMPX_BigJumpLoopMaxTotalTeams(
Expand Down

0 comments on commit 5112f90

Please sign in to comment.