Skip to content

Commit

Permalink
use global communicator
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Jul 30, 2024
1 parent ddb95d6 commit 7ba4d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph-dgl/cugraph_dgl/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(
location: str(optional, default='cpu')
The location ('cpu' or 'cuda') where data is stored.
"""
self.__wg_comm = wgth.get_local_node_communicator()
self.__wg_comm = wgth.get_global_communicator()

if len(tensor.shape) > 2:
raise ValueError("Only 1-D or 2-D tensors are supported by WholeGraph.")
Expand Down

0 comments on commit 7ba4d89

Please sign in to comment.