Skip to content

Commit 51e74db

Browse files
committed
fix lint
1 parent 5a733ec commit 51e74db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/grouped_gemm/example_grouped_gemm_fwd.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import tilelang.language as T
55
import math
66

7-
# tilelang.disable_cache()
8-
97

108
def torch_gmm(a, b, batch_sizes, batch_offsets_tensor, trans_b=False):
119
"""

0 commit comments

Comments
 (0)