Skip to content

Commit 8655cc4

Browse files
committed
Update Video SDK to 13.0
1 parent 647b4ab commit 8655cc4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/packaging.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
matrix:
4848
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4949
free-threaded: [""]
50-
cuda-version: ["12.8.1"]
50+
cuda-version: ["13.0.1"]
5151
include:
5252
- python-version: "3.13"
5353
free-threaded: "ft"
54-
cuda-version: "12.8.1"
54+
cuda-version: "13.0.1"
5555
- python-version: "3.14"
5656
free-threaded: "ft"
57-
cuda-version: "12.8.1"
57+
cuda-version: "13.0.1"
5858
uses: ./.github/workflows/_build_windows.yml
5959
with:
6060
python-version: "${{ matrix.python-version }}"
@@ -95,15 +95,15 @@ jobs:
9595
fail-fast: false
9696
matrix:
9797
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
98-
cuda-version: ["12.8.1"]
98+
cuda-version: ["13.0.1"]
9999
free-threaded: [""]
100100
include:
101101
- python-version: "3.13"
102102
free-threaded: "ft"
103-
cuda-version: "12.8.1"
103+
cuda-version: "13.0.1"
104104
- python-version: "3.14"
105105
free-threaded: "ft"
106-
cuda-version: "12.8.1"
106+
cuda-version: "13.0.1"
107107
uses: ./.github/workflows/_build_linux_cuda.yml
108108
with:
109109
python-version: "${{ matrix.python-version }}"

src/third_party/nvcodec/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ message(STATUS "########################################")
44

55
FetchContent_Declare(
66
nvcodec_stub
7-
URL https://github.com/mthrok/nvcodec_stub/archive/refs/tags/0.2.0.tar.gz
8-
URL_HASH SHA256=e811abfc07062793b7e578092c069e4dcab4d315ff9e748cfebbea7ea15b2b48
7+
URL https://github.com/mthrok/nvcodec_stub/archive/refs/tags/0.3.0.tar.gz
8+
URL_HASH SHA256=249bd10d0040b1ed30ff7813e735760c121f3b9040eeb01106238d30c3e577fc
99
DOWNLOAD_DIR "${CMAKE_CURRENT_SOURCE_DIR}"
1010
)
1111
FetchContent_MakeAvailable(nvcodec_stub)

0 commit comments

Comments
 (0)