diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp index 7daf92ba89..2ea06a1a15 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp @@ -423,7 +423,8 @@ hsa_status_t BlitSdma::Initial return HSA_STATUS_ERROR; } - if (amd_gpu_agent.isa()->version() == core::Isa::Version(7, 0, 1)) { + if (amd_gpu_agent.isa()->version() == core::Isa::Version(7, 0, 1) || + amd_gpu_agent.isa()->GetMajorVersion() == 9) { platform_atomic_support_ = false; }