Skip to content

Commit e39d1d1

Browse files
committed
more exports
1 parent 4903492 commit e39d1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GPUArrays.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include("testsuite/testsuite.jl")
1919
include("jlbackend.jl")
2020
include("random.jl")
2121

22-
export GPUArray, gpu_call, thread_blocks_heuristic, global_size
23-
export linear_index, @linearidx, @cartesianidx, convolution!
22+
export GPUArray, gpu_call, thread_blocks_heuristic, global_size, synchronize_threads
23+
export linear_index, @linearidx, @cartesianidx, convolution!, device, synchronize
2424

2525
end # module

0 commit comments

Comments
 (0)