Skip to content

Commit 7a28ba3

Browse files
committed
Support KA 0.10
1 parent 3be4a09 commit 7a28ba3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ JLD2Ext = "JLD2"
2525
Adapt = "4.0"
2626
GPUArraysCore = "= 0.2.0"
2727
JLD2 = "0.4, 0.5"
28-
KernelAbstractions = "0.9.28"
28+
KernelAbstractions = "0.9.28, 0.10"
2929
LLVM = "3.9, 4, 5, 6, 7, 8, 9"
3030
LinearAlgebra = "1"
3131
Printf = "1"

test/setup.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ include("testsuite.jl")
44

55
using Random
66

7+
# Disable Float16-related tests until JuliaGPU/KernelAbstractions#600 is resolved
8+
@static if isdefined(JLArrays.KernelAbstractions, :POCL)
9+
TestSuite.supported_eltypes(::Type{<:JLArray}) = setdiff(TestSuite.supported_eltypes(), [Float16, ComplexF16])
10+
end
711

812
## entry point
913

0 commit comments

Comments
 (0)