mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 20:40:29 -08:00
* fix: update ONNX runtime version to 1.21.0 to fix the failing checksum of 1.20.1 * update patch * update to 1.22.1 --------- Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
14 lines
605 B
Diff
14 lines
605 B
Diff
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
|
|
index 2714e6f59..a69da76b4 100644
|
|
--- a/cmake/CMakeLists.txt
|
|
+++ b/cmake/CMakeLists.txt
|
|
@@ -338,7 +338,7 @@ if (onnxruntime_USE_ROCM)
|
|
if (ROCM_VERSION_DEV VERSION_LESS "6.2")
|
|
message(FATAL_ERROR "CMAKE_HIP_ARCHITECTURES is not set when ROCm version < 6.2")
|
|
else()
|
|
- set(CMAKE_HIP_ARCHITECTURES "gfx908;gfx90a;gfx1030;gfx1100;gfx1101;gfx940;gfx941;gfx942;gfx1200;gfx1201")
|
|
+ set(CMAKE_HIP_ARCHITECTURES "gfx900;gfx908;gfx90a;gfx1030;gfx1100;gfx1101;gfx1102;gfx940;gfx941;gfx942;gfx1200;gfx1201")
|
|
endif()
|
|
endif()
|
|
|