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 3b591c9 commit c3568a8Copy full SHA for c3568a8
.github/workflows/CI-CPU.yml
@@ -102,8 +102,6 @@ jobs:
102
arch: x64
103
- uses: julia-actions/cache@v2
104
- uses: julia-actions/julia-buildpkg@v1
105
- # - run: sed -i 's/^KernelAbstractions = "0\.9.*"/KernelAbstractions = "0.10"/' ./Project.toml
106
- # - run: julia --project -e'using Pkg; pkg"dev KernelAbstractions"'
107
- uses: julia-actions/julia-runtest@v1
108
with:
109
test_args: '--OpenCL'
test/runtests.jl
@@ -40,7 +40,6 @@ elseif "--OpenCL" in ARGS
40
using OpenCL
41
OpenCL.versioninfo()
42
const BACKEND = OpenCLBackend()
43
- TEST_DL[] = true
44
elseif !@isdefined(BACKEND)
45
# Otherwise do CPU tests
46
using InteractiveUtils
0 commit comments