Skip to content

Commit b9f7c41

Browse files
authored
Test subpackages on CUDA 13 (#2873)
[only subpackages]
1 parent d670186 commit b9f7c41

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ steps:
9292
setup:
9393
cuda:
9494
- "12.0"
95+
- "13.0"
9596
package:
9697
- "cuDNN"
9798
- "cuTENSOR"
@@ -106,6 +107,14 @@ steps:
106107
package: "cuTensorNet"
107108
cuda: "12.0"
108109
soft_fail: true
110+
- with:
111+
package: "cuStateVec"
112+
cuda: "13.0"
113+
soft_fail: true
114+
- with:
115+
package: "cuTensorNet"
116+
cuda: "13.0"
117+
soft_fail: true
109118
plugins:
110119
- JuliaCI/julia#v1:
111120
version: "1.10"

0 commit comments

Comments
 (0)