Skip to content

Commit 99387a8

Browse files
committed
Revert "try with the khronos backend"
This reverts commit d472b78.
1 parent 356f744 commit 99387a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ jobs:
135135
echo 'default_memory_backend="${{ matrix.memory_backend }}"' >> test/LocalPreferences.toml
136136
julia --project -e '
137137
using Pkg
138-
Pkg.develop(path="lib/intrinsics")
139-
Pkg.add(name="GPUCompiler", rev="sds/khronos")'
138+
Pkg.develop(path="lib/intrinsics")'
140139
141140
- name: Test OpenCL.jl
142141
uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)