We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1aa63b commit 38ebf8fCopy full SHA for 38ebf8f
1 file changed
test/base/array.jl
@@ -54,8 +54,8 @@ end
54
@testset "synchronization" begin
55
a = CUDA.zeros(2, 2)
56
synchronize(a)
57
- enable_synchronization!(a, false)
58
- enable_synchronization!(a)
+ CUDA.enable_synchronization!(a, false)
+ CUDA.enable_synchronization!(a)
59
end
60
61
@testset "unsafe_wrap" begin
0 commit comments