We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021ab91 commit 6ce63e6Copy full SHA for 6ce63e6
2 files changed
.claude/settings.local.json
@@ -5,7 +5,8 @@
5
"permissions": {
6
"allow": [
7
"Bash(gh run view:*)",
8
- "Bash(gh workflow:*)"
+ "Bash(gh workflow:*)",
9
+ "Bash(unzip:*)"
10
]
11
}
12
.github/workflows/build_wheels_windows.yml
@@ -51,7 +51,7 @@ jobs:
51
cudnn-folder: 'cudnn-windows-x86_64-9.18.1.3_cuda12-archive'
52
video-codec-sdk-archive: 'Video_Codec_SDK_13.0.37.zip'
53
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'
+ cuda-arch-bin: '7.5;8.0;8.6;8.9;9.0;10.0'
55
cuda-arch-ptx: '10.0'
56
cache-key: 'nvidia-deps-cuda-12.9.1-cudnn-9.18.1.3'
57
# TODO: Re-enable CUDA 13 after updating to OpenCV 4.13+
0 commit comments