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 4539312 commit 24eeb55Copy full SHA for 24eeb55
test/test.jl
@@ -78,7 +78,7 @@ function unittest_testsuite(Backend, backend_str, backend_mod, BackendArrayT; sk
78
backendT = typeof(backend).name.wrapper # To look through CUDABackend{true, false}
79
@test backend isa backendT
80
81
- unified = supports_unified(backend)
+ unified = KernelAbstractions.supports_unified(backend)
82
@test unified isa Bool
83
U = allocate(backend, Float32, 5; unified)
84
if unified
0 commit comments