File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 292
292
"""
293
293
synchronize(ctx::Context)
294
294
295
- Block for the all operations on `ctx` to complete. This is a heavyweight operation,
296
- typically you only need to call [`synchronize`](@ref) which only synchronizes the stream
295
+ Block for all the operations on `ctx` to complete. This is a heavyweight operation,
296
+ typically you only need to call [`synchronize() `](@ref) which only synchronizes the stream
297
297
associated with the current task.
298
298
"""
299
299
function synchronize (ctx:: CuContext )
309
309
"""
310
310
device_synchronize()
311
311
312
- Block for the all operations on `ctx` to complete. This is a heavyweight operation,
313
- typically you only need to call [`synchronize`](@ref) which only synchronizes the stream
312
+ Block for all the operations on the device to complete. This is a heavyweight operation,
313
+ typically you only need to call [`synchronize() `](@ref) which only synchronizes the stream
314
314
associated with the current task.
315
315
316
316
On the device, `device_synchronize` acts as a synchronization point for child grids in the
You can’t perform that action at this time.
0 commit comments