We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1494d commit 08f7769Copy full SHA for 08f7769
.github/workflows/Test.yml
@@ -136,7 +136,8 @@ jobs:
136
echo 'default_memory_backend="${{ matrix.memory_backend }}"' >> test/LocalPreferences.toml
137
julia --project -e '
138
using Pkg
139
- Pkg.develop(path="lib/intrinsics")'
+ Pkg.develop(path="lib/intrinsics")
140
+ Pkg.add(name="GPUCompiler", rev="sds/additional_args")'
141
142
- name: Test OpenCL.jl
143
uses: julia-actions/julia-runtest@v1
0 commit comments