Skip to content

Commit fd29a68

Browse files
committed
Embarassing bugfix
1 parent 9c1972f commit fd29a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/JLArrays/src/JLArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ KernelAbstractions.allocate(::JLBackend, ::Type{T}, dims::Tuple) where T = JLArr
388388
return ndrange, workgroupsize, iterspace, dynamic
389389
end
390390

391-
@static if !isdefined(JLArrays.KernelAbstractions, :isgpu) # KA v0.9
391+
@static if isdefined(JLArrays.KernelAbstractions, :isgpu) # KA v0.9
392392
KernelAbstractions.isgpu(b::JLBackend) = false
393393
end
394394

0 commit comments

Comments
 (0)