Skip to content

Commit 38ebf8f

Browse files
authored
Update array.jl
1 parent d1aa63b commit 38ebf8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/base/array.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ end
5454
@testset "synchronization" begin
5555
a = CUDA.zeros(2, 2)
5656
synchronize(a)
57-
enable_synchronization!(a, false)
58-
enable_synchronization!(a)
57+
CUDA.enable_synchronization!(a, false)
58+
CUDA.enable_synchronization!(a)
5959
end
6060

6161
@testset "unsafe_wrap" begin

0 commit comments

Comments
 (0)