Skip to content

Commit 19d64e1

Browse files
committed
remove isgpu check
1 parent 0b82ad2 commit 19d64e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ end
1313
struct NewBackend <: KernelAbstractions.GPU end
1414
@testset "Default host implementation" begin
1515
backend = NewBackend()
16-
@test KernelAbstractions.isgpu(backend) == true
1716

1817
@test_throws MethodError KernelAbstractions.synchronize(backend)
1918

0 commit comments

Comments
 (0)