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 9337180 commit ee1207eCopy full SHA for ee1207e
.github/workflows/Test.yml
@@ -135,7 +135,8 @@ jobs:
135
echo 'default_memory_backend="${{ matrix.memory_backend }}"' >> test/LocalPreferences.toml
136
julia --project -e '
137
using Pkg
138
- Pkg.develop(path="lib/intrinsics")'
+ Pkg.develop(path="lib/intrinsics")
139
+ Pkg.add(name="GPUCompiler", rev="sds/additional_args")'
140
141
- name: Test OpenCL.jl
142
uses: julia-actions/julia-runtest@v1
0 commit comments