We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b82ad2 commit 19d64e1Copy full SHA for 19d64e1
test/runtests.jl
@@ -13,7 +13,6 @@ end
13
struct NewBackend <: KernelAbstractions.GPU end
14
@testset "Default host implementation" begin
15
backend = NewBackend()
16
- @test KernelAbstractions.isgpu(backend) == true
17
18
@test_throws MethodError KernelAbstractions.synchronize(backend)
19
0 commit comments