Skip to content

Commit e6fab15

Browse files
committed
Update the supported igpu NVCC
1 parent 153af0e commit e6fab15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def dockerfile_for_linux(output_file):
285285
ep_flags += (
286286
" --skip_tests --cmake_extra_defines 'onnxruntime_BUILD_UNIT_TESTS=OFF'"
287287
)
288-
cuda_archs = "53;62;72;87"
288+
cuda_archs = "87;101"
289289
else:
290290
cuda_archs = "75;80;86;90;100;120"
291291

0 commit comments

Comments
 (0)