Skip to content

Commit 8ceb133

Browse files
committed
Allow cuQuantum to fail on CUDA 13 too
An up to date release isn't yet available, these can be removed once it has landed [only subpackages]
1 parent 5454401 commit 8ceb133

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ steps:
107107
package: "cuTensorNet"
108108
cuda: "12.0"
109109
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
110118
plugins:
111119
- JuliaCI/julia#v1:
112120
version: "1.10"

0 commit comments

Comments
 (0)