Skip to content

Commit

Permalink
Merge pull request #520 from rapidsai/branch-0.18
Browse files Browse the repository at this point in the history
[gpuCI] Auto-merge branch-0.18 to branch-0.19 [skip ci]
  • Loading branch information
GPUtester authored Feb 9, 2021
2 parents 1a553c4 + f9ce83a commit 0751c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cuda/benchmarks/local_cupy.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def _run(client, args):
res = client.compute(func(*func_args))
await client.gather(res)
if args.type == "gpu":
await client.run(xp.cuda.Device().synchronize)
await client.run(lambda xp: xp.cuda.Device().synchronize(), xp)
took = clock() - t1

return {
Expand Down

0 comments on commit 0751c4b

Please sign in to comment.