Commit 981fe50
Update CI CUDA version from 12.6.3 to 13.1.0
The CUDA graph annotations tutorial requires CUDA >= 13.1 for the
cudaGraphNodeGetToolsId API. Update the CI Docker base image to use
CUDA 13.1.0 so the tutorial can execute with working annotations in
the CI preview.
Without this change, the CI runs with CUDA 12.6.3 which doesn't have
the API at the driver level, causing the tutorial to show 0 annotated
nodes even though cuda-bindings has the Python bindings.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 50cac66 commit 981fe50
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments