Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 1c7e44a

Browse files
committed
Add CI Agent build multi-arch
1 parent f125560 commit 1c7e44a

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/runners/Dockerfile.window.runner-all-arch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ RUN powershell -Command \
261261
RUN setx Path "%Path%;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools"
262262

263263
RUN VsDevCmd.bat -arch=amd64 && \
264-
powershell.exe -NoLogo -ExecutionPolicy Bypass "cd nitro-tensorrt-llm; python .\scripts\build_wheel.py -a '70-real;75-real;80-real;86-real;89-real;90-real' --trt_root 'C:\workspace\TensorRT-9.2.0.5\'"
264+
powershell.exe -NoLogo -ExecutionPolicy Bypass "cd nitro-tensorrt-llm; python .\scripts\build_wheel.py -a '75-real;80-real;86-real;89-real' --trt_root 'C:\workspace\TensorRT-9.2.0.5\'"
265265

266266
# # -----------------------------------------------------------------------------
267267

.github/workflows/python-windows-build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
cuda_arch_name: 'ada'
4141
- cuda_arch: '75-real'
4242
cuda_arch_name: 'turing'
43+
- cuda_arch: '75-real;80-real;86-real;89-real'
44+
cuda_arch_name: 'all'
4345
permissions:
4446
contents: write
4547
steps:

.github/workflows/windows-build-manual.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
cuda_arch_name: 'ada'
1515
- cuda_arch: '75-real'
1616
cuda_arch_name: 'turing'
17+
- cuda_arch: '75-real;80-real;86-real;89-real'
18+
cuda_arch_name: 'all'
1719
permissions:
1820
contents: write
1921
steps:

.github/workflows/windows-build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
cuda_arch_name: 'ada'
4141
- cuda_arch: '75-real'
4242
cuda_arch_name: 'turing'
43+
- cuda_arch: '75-real;80-real;86-real;89-real'
44+
cuda_arch_name: 'all'
4345
permissions:
4446
contents: write
4547
steps:

0 commit comments

Comments
 (0)