File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 6363 - uses : julia-actions/julia-runtest@v1
6464 env :
6565 JULIA_NUM_THREADS : ${{ matrix.env.JULIA_NUM_THREADS }}
66+ OpenCL :
67+ name : OpenCL
68+ runs-on : ubuntu-latest
69+ timeout-minutes : 60
70+ permissions : # needed to allow julia-actions/cache to proactively delete old caches that it has created
71+ actions : write
72+ contents : read
73+ strategy :
74+ fail-fast : true
75+ steps :
76+ - uses : actions/checkout@v4
77+ - uses : julia-actions/setup-julia@v2
78+ with :
79+ version : 1
80+ arch : x64
81+ - uses : julia-actions/cache@v2
82+ - uses : julia-actions/julia-buildpkg@v1
83+ - uses : julia-actions/julia-runtest@v1
84+ with :
85+ test_args : ' --OpenCL'
6686 # cpuKA:
6787 # name: KA CPU Backend
6888 # runs-on: ubuntu-latest
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ elseif "--OpenCL" in ARGS
4141 using OpenCL
4242 OpenCL. versioninfo ()
4343 const BACKEND = OpenCLBackend ()
44- TEST_DL[] = true
4544elseif ! @isdefined (BACKEND)
4645 # Otherwise do CPU tests
4746 using InteractiveUtils
You can’t perform that action at this time.
0 commit comments