fix: run rocm builds on pokedex (#26062)

* fix: run rocm builds on pokedex

* fix: --parallel 48 (#26065)
This commit is contained in:
bo0tzz
2026-02-09 21:06:05 +01:00
committed by GitHub
parent 5f18110e97
commit 937bef9a4d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ RUN --mount=type=cache,target=/ccache \
--build_wheel \
--update \
--build \
--parallel 17 \
--parallel 48 \
--cmake_extra_defines \
ONNXRUNTIME_VERSION="${ONNXRUNTIME_VERSION}" \
CMAKE_HIP_ARCHITECTURES="gfx900;gfx906;gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201" \