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.
1 parent c4e8f68 commit eaa26aeCopy full SHA for eaa26ae
cmake/CMakeLists.txt
@@ -296,7 +296,7 @@ if (onnxruntime_USE_ROCM)
296
endif()
297
298
if (NOT CMAKE_HIP_ARCHITECTURES)
299
- set(CMAKE_HIP_ARCHITECTURES "gfx908;gfx90a;gfx1030;gfx1100;gfx1101;gfx940;gfx941;gfx942;gfx1201")
+ set(CMAKE_HIP_ARCHITECTURES "gfx906;gfx908;gfx90a;gfx1030;gfx1100;gfx1101;gfx940;gfx941;gfx942")
300
301
302
file(GLOB rocm_cmake_components ${onnxruntime_ROCM_HOME}/lib/cmake/*)
0 commit comments