Skip to content

Commit

Permalink
Updates RMM comment to the correct release (#3299)
Browse files Browse the repository at this point in the history
This will land in RMM 0.11.0. So update this comment to be a bit more
precise.
  • Loading branch information
jakirkham authored and quasiben committed Dec 4, 2019
1 parent 243fd0a commit 4a8a4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/comm/ucx.py
Expand Up @@ -48,7 +48,7 @@ def init_once():

if hasattr(rmm, "DeviceBuffer"):
cuda_array = lambda n: rmm.DeviceBuffer(size=n)
else: # pre-0.12.0
else: # pre-0.11.0
cuda_array = lambda n: rmm.device_array(n, dtype=np.uint8)
except ImportError:
try:
Expand Down

0 comments on commit 4a8a4f3

Please sign in to comment.