Skip to content

Commit

Permalink
refine comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin committed Jul 28, 2024
1 parent c9945a9 commit 177b912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/graphbolt/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def __init__(
)

# (4) Cut datapipe at CopyTo and wrap with pinning and prefetching
# before CopyTo. This enables enables non_blocking copies to the device.
# before it. This enables enables non_blocking copies to the device.
# Prefetching enables the data pipeline up to the CopyTo to run in a
# separate thread.
if torch.cuda.is_available():
Expand Down

0 comments on commit 177b912

Please sign in to comment.