File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
offload/plugins-nextgen/amdgpu/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2760,8 +2760,8 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
27602760 " LIBOMPTARGET_AMDGPU_BIG_JUMP_LOOP_TEAMS_PER_CU" , 0 ),
27612761 OMPX_BigJumpLoopMaxTotalTeams (
27622762 " LIBOMPTARGET_AMDGPU_BIG_JUMP_LOOP_MAX_TOTAL_TEAMS" , 1024 * 1024 ),
2763- OMPX_LowTripCount (" LIBOMPTARGET_AMDGPU_LOW_TRIPCOUNT" , 2000 ),
2764- OMPX_SmallBlockSize (" LIBOMPTARGET_MIN_THREADS_FOR_LOW_TRIP_COUNT" , 8 ),
2763+ OMPX_LowTripCount (" LIBOMPTARGET_AMDGPU_LOW_TRIPCOUNT" , 16000 ),
2764+ OMPX_SmallBlockSize (" LIBOMPTARGET_MIN_THREADS_FOR_LOW_TRIP_COUNT" , 32 ),
27652765 OMPX_NumBlocksForLowTripcount (" LIBOMPTARGET_BLOCKS_FOR_LOW_TRIP_COUNT" ,
27662766 0 ),
27672767 OMPX_WavesPerCUForLowTripcount (
You can’t perform that action at this time.
0 commit comments