We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d670186 commit b9f7c41Copy full SHA for b9f7c41
1 file changed
.buildkite/pipeline.yml
@@ -92,6 +92,7 @@ steps:
92
setup:
93
cuda:
94
- "12.0"
95
+ - "13.0"
96
package:
97
- "cuDNN"
98
- "cuTENSOR"
@@ -106,6 +107,14 @@ steps:
106
107
package: "cuTensorNet"
108
cuda: "12.0"
109
soft_fail: true
110
+ - with:
111
+ package: "cuStateVec"
112
+ cuda: "13.0"
113
+ soft_fail: true
114
115
+ package: "cuTensorNet"
116
117
118
plugins:
119
- JuliaCI/julia#v1:
120
version: "1.10"
0 commit comments