Skip to content

Commit 6ce63e6

Browse files
committed
[dist] Bump minimum PTX to 7.5
1 parent 021ab91 commit 6ce63e6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"permissions": {
66
"allow": [
77
"Bash(gh run view:*)",
8-
"Bash(gh workflow:*)"
8+
"Bash(gh workflow:*)",
9+
"Bash(unzip:*)"
910
]
1011
}
1112
}

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cudnn-folder: 'cudnn-windows-x86_64-9.18.1.3_cuda12-archive'
5252
video-codec-sdk-archive: 'Video_Codec_SDK_13.0.37.zip'
5353
video-codec-sdk-folder: 'Video_Codec_SDK_13.0.37'
54-
cuda-arch-bin: '5.0;5.2;6.0;6.1;7.0;7.5;8.0;8.6;8.9;9.0;10.0'
54+
cuda-arch-bin: '7.5;8.0;8.6;8.9;9.0;10.0'
5555
cuda-arch-ptx: '10.0'
5656
cache-key: 'nvidia-deps-cuda-12.9.1-cudnn-9.18.1.3'
5757
# TODO: Re-enable CUDA 13 after updating to OpenCV 4.13+

0 commit comments

Comments
 (0)