Skip to content

Commit

Permalink
Merge branch 'master' into gb_pyg_link_prediction_example
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin authored Aug 27, 2024
2 parents 46f2308 + 240a49e commit 526aeda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/dgl/graphbolt/impl/cpu_cached_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


class CPUCachedFeature(Feature):
r"""CPU cached feature wrapping a fallback feature. Use `cpu_feature_cache`
r"""CPU cached feature wrapping a fallback feature. Use `cpu_cached_feature`
to construct an instance of this class.
Parameters
Expand Down
2 changes: 1 addition & 1 deletion python/dgl/graphbolt/impl/gpu_cached_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class GPUCachedFeature(Feature):
r"""GPU cached feature wrapping a fallback feature. It uses the least
recently used (LRU) algorithm as the cache eviction policy. Use
`gpu_feature_cache` to construct an instance of this class.
`gpu_cached_feature` to construct an instance of this class.
Places the GPU cache to torch.cuda.current_device().
Expand Down

0 comments on commit 526aeda

Please sign in to comment.