File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11using ParallelTestRunner
2- using JLArrays
32
43include (" testsuite.jl" )
54
@@ -9,14 +8,14 @@ const init_code = quote
98 include (" testsuite.jl" )
109
1110 # Disable Float16-related tests until JuliaGPU/KernelAbstractions#600 is resolved
12- @static if isdefined (JLArrays. KernelAbstractions, :POCL )
11+ if isdefined (JLArrays. KernelAbstractions, :POCL )
1312 TestSuite. supported_eltypes (:: Type{<:JLArray} ) =
1413 setdiff (TestSuite. supported_eltypes (), [Float16, ComplexF16])
1514 end
1615end
1716
1817custom_tests = Dict {String, Expr} ()
19- for AT in (JLArray, Array), name in keys (TestSuite. tests)
18+ for AT in (: JLArray , : Array ), name in keys (TestSuite. tests)
2019 custom_tests[" $(AT) /$name " ] = :(TestSuite. tests[$ name]($ AT))
2120end
2221
You can’t perform that action at this time.
0 commit comments