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 a4d4a48 + 907a11e commit 18e6036Copy full SHA for 18e6036
offload/plugins-nextgen/amdgpu/src/rtl.cpp
@@ -2950,7 +2950,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
2950
OMPX_StreamBusyWait("LIBOMPTARGET_AMDGPU_STREAM_BUSYWAIT", 2000000),
2951
OMPX_UseMultipleSdmaEngines(
2952
// setting default to true here appears to solve random sdma problem
2953
- "LIBOMPTARGET_AMDGPU_USE_MULTIPLE_SDMA_ENGINES", false),
+ "LIBOMPTARGET_AMDGPU_USE_MULTIPLE_SDMA_ENGINES", true),
2954
OMPX_ApuMaps("OMPX_APU_MAPS", false),
2955
OMPX_EnableGFX90ACoarseGrainUsmMaps(
2956
"OMPX_ENABLE_GFX90A_COARSE_GRAIN_USM_MAPS", false),
0 commit comments