File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
offload/plugins-nextgen/amdgpu/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2911,7 +2911,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
2911
2911
" LIBOMPTARGET_AMDGPU_BIG_JUMP_LOOP_TEAMS_PER_CU" , 0 ),
2912
2912
OMPX_BigJumpLoopMaxTotalTeams (
2913
2913
" LIBOMPTARGET_AMDGPU_BIG_JUMP_LOOP_MAX_TOTAL_TEAMS" , 1024 * 1024 ),
2914
- OMPX_LowTripCount (" LIBOMPTARGET_AMDGPU_LOW_TRIPCOUNT" , 4000 ),
2914
+ OMPX_LowTripCount (" LIBOMPTARGET_AMDGPU_LOW_TRIPCOUNT" , 9000 ),
2915
2915
OMPX_SmallBlockSize (" LIBOMPTARGET_MIN_THREADS_FOR_LOW_TRIP_COUNT" , 32 ),
2916
2916
OMPX_NumBlocksForLowTripcount (" LIBOMPTARGET_BLOCKS_FOR_LOW_TRIP_COUNT" ,
2917
2917
0 ),
@@ -4376,8 +4376,8 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
4376
4376
// If this value needs to go above UINT_MAX, consider
4377
4377
// adding sizeof(size_t) check to avoid unpleasant truncation
4378
4378
// surprises where size_t is still 32bit.
4379
- constexpr size_t Almost2Gig = 2000000000u ;
4380
- return Almost2Gig ;
4379
+ constexpr size_t Almost3Gig = 3000000000u ;
4380
+ return Almost3Gig ;
4381
4381
}
4382
4382
return 0 ;
4383
4383
}
You can’t perform that action at this time.
0 commit comments