We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a733ec commit 51e74dbCopy full SHA for 51e74db
examples/grouped_gemm/example_grouped_gemm_fwd.py
@@ -4,8 +4,6 @@
4
import tilelang.language as T
5
import math
6
7
-# tilelang.disable_cache()
8
-
9
10
def torch_gmm(a, b, batch_sizes, batch_offsets_tensor, trans_b=False):
11
"""
0 commit comments