Skip to content

Commit

Permalink
change convert_partition.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 15, 2024
1 parent 94030de commit 41a6b4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/distpartitioning/convert_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,6 @@ def _process_partition_gb(
sorted_idx = (
th.repeat_interleave(indptr[:-1], split_size, dim=0) + sorted_idx
)
else:
sorted_idxs=th.arange(len(edge_ids))

return indptr, indices[sorted_idx], edge_ids[sorted_idx]

Expand Down

0 comments on commit 41a6b4a

Please sign in to comment.