Skip to content

Commit

Permalink
link cugraph/issues/2863
Browse files Browse the repository at this point in the history
  • Loading branch information
VibhuJawa committed Nov 8, 2022
1 parent 35872e6 commit bf49417
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,10 @@ def sample_neighbors(
# of the seed dtype is not same as the node dtype
self.set_sg_node_dtype(first_sg)

# TODO: Cant send dlpack or cupy arrays or numpys arrays
# Cant send dlpack or cupy arrays or numpys arrays
# through extensions
# Ask Rick
# See issue: https://github.com/rapidsai/cugraph/issues/2863

if isinstance(nodes_cap, dict):
nodes_ar = {
k: cp.from_dlpack(v).get().tolist() for k, v in nodes_cap.items()
Expand Down

0 comments on commit bf49417

Please sign in to comment.