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 01a805c + 46f6124 commit 150dceaCopy full SHA for 150dcea
offload/plugins-nextgen/amdgpu/src/rtl.cpp
@@ -2941,7 +2941,7 @@ struct AMDGPUDeviceTy : public GenericDeviceTy, AMDGenericDeviceTy {
2941
OMPX_StreamBusyWait("LIBOMPTARGET_AMDGPU_STREAM_BUSYWAIT", 2000000),
2942
OMPX_UseMultipleSdmaEngines(
2943
// setting default to true here appears to solve random sdma problem
2944
- "LIBOMPTARGET_AMDGPU_USE_MULTIPLE_SDMA_ENGINES", false),
+ "LIBOMPTARGET_AMDGPU_USE_MULTIPLE_SDMA_ENGINES", true),
2945
OMPX_ApuMaps("OMPX_APU_MAPS", false),
2946
OMPX_EnableGFX90ACoarseGrainUsmMaps(
2947
"OMPX_ENABLE_GFX90A_COARSE_GRAIN_USM_MAPS", false),
0 commit comments