Skip to content

Commit 56c55ce

Browse files
committed
Add Triton support
1 parent 5af902d commit 56c55ce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/test_graclus.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,4 @@ def test_graclus_cluster(test, dtype, device):
5151
cluster = graclus_cluster(row, col, weight)
5252
assert_correct(row, col, cluster)
5353

54-
jit = torch.compile(graclus_cluster)
55-
cluster = jit(row, col, weight)
56-
assert_correct(row, col, cluster)
54+
# graclus is not torch.compile compatible.

0 commit comments

Comments
 (0)