We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312009a commit 690efd1Copy full SHA for 690efd1
.buildkite/pipeline.yml
@@ -5,7 +5,7 @@ steps:
5
matrix:
6
setup:
7
version:
8
- - "1.10"
+ - "1.11"
9
plugins:
10
- JuliaCI/julia#v1:
11
version: "{{matrix.version}}"
test/Project.toml
@@ -59,3 +59,6 @@ Random = "1"
59
StableRNGs = "1.0.2"
60
Test = "1"
61
TrixiTest = "0.1"
62
+
63
+[sources]
64
+CUDA = {url = "https://github.com/JuliaGPU/CUDA.jl", rev = "vc/unsafe_wrap_symbols"}
0 commit comments