Skip to content

Commit 40ae983

Browse files
authored
[openmp][plugin] Dot on mi2xx swdev-571101 (#785)
1 parent 4f9198a commit 40ae983

File tree

1 file changed

+3
-3
lines changed
  • offload/plugins-nextgen/amdgpu/src

1 file changed

+3
-3
lines changed

offload/plugins-nextgen/amdgpu/src/rtl.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5110,16 +5110,16 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
51105110

51115111
static inline const std::unordered_map<std::string, DeviceEnvarConfigTy>
51125112
EnvarConfigs = {{"MI210", {.OMPX_UseMultipleSdmaEngines = true,
5113-
.OMPX_XteamBlockSize = 256,
5113+
.OMPX_XteamBlockSize = 512,
51145114
.OMPX_XTeamReductionOccupancyBasedOpt = true,
51155115
.OMPX_AdjustNumTeamsForXteamRedSmallBlockSize=0}},
51165116
{"MI250X",{.OMPX_UseMultipleSdmaEngines = true,
5117-
.OMPX_XteamBlockSize = 256,
5117+
.OMPX_XteamBlockSize = 512,
51185118
.OMPX_XTeamReductionOccupancyBasedOpt = true,
51195119
.OMPX_AdjustNumTeamsForXteamRedSmallBlockSize=0}},
51205120
{"MI250X/MI250",{
51215121
.OMPX_UseMultipleSdmaEngines = true,
5122-
.OMPX_XteamBlockSize = 256,
5122+
.OMPX_XteamBlockSize = 512,
51235123
.OMPX_XTeamReductionOccupancyBasedOpt = true,
51245124
.OMPX_AdjustNumTeamsForXteamRedSmallBlockSize=0}},
51255125
{"MI300A", {.OMPX_UseMultipleSdmaEngines = false,

0 commit comments

Comments
 (0)