Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
chang-l committed Jan 13, 2024
1 parent f8ab9df commit a904722
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/graphstorm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

TORCH_MAJOR_VER = int(th.__version__.split('.', maxsplit=1)[0])
USE_WHOLEGRAPH = False
USE_WHOLEGRAPH_SPARSEEMB = False

def setup_device(local_rank):
r"""Setup computation device.
Expand Down Expand Up @@ -97,12 +96,6 @@ def is_wholegraph():
"""
return USE_WHOLEGRAPH


def is_wholegraph_sparse_emb():
"""Check whether global USE_WHOLEGRAPH_SPARSEEMB is true"""
return USE_WHOLEGRAPH_SPARSEEMB


def estimate_mem_train(root, task):
''' Estimate the memory consumption per machine during training.
Expand Down

0 comments on commit a904722

Please sign in to comment.