Skip to content

Commit 963ea5d

Browse files
authored
Update lib/CUDAKernels/src/CUDAKernels.jl
1 parent 7bf3248 commit 963ea5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CUDAKernels/src/CUDAKernels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function wait(::CPU, ev::CudaEvent, progress=nothing)
8181
event = Base.Threads.Event()
8282
stream = next_stream()
8383
wait(CUDADevice(), ev, nothing, stream)
84-
CUDA.launch(stream) do
84+
CUDA.launch(;stream) do
8585
notify(event)
8686
end
8787
wait(event)

0 commit comments

Comments
 (0)