Skip to content

Commit cc7f24c

Browse files
committed
upd
Signed-off-by: Qidong Su <soodoshll@gmail.com>
1 parent f14c7fa commit cc7f24c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

examples/hopper_matmul/matmul_v2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
from tilus import float16, float32, int32, uint32
1010
from tilus.utils import benchmark_func, cdiv
1111

12-
tilus.option.cache_dir("./cache")
13-
tilus.option.debug.dump_ir(True)
14-
torch.set_printoptions(precision=3, sci_mode=False, linewidth=160)
1512

1613
@tilus.autotune("num_stages", [2, 3, 4])
1714
@tilus.autotune(

examples/hopper_matmul/matmul_v3.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
from tilus import float16, float32, int32, uint32
1010
from tilus.utils import benchmark_func, cdiv
1111

12-
tilus.option.cache_dir("./cache")
13-
tilus.option.debug.dump_ir(True)
14-
torch.set_printoptions(precision=3, sci_mode=False, linewidth=160)
1512

1613
@tilus.autotune("num_stages", [2, 3, 4, 5, 6, 7])
1714
@tilus.autotune("block_m, block_n", [[128, 64], [128, 128], [128, 256], [256, 128], [256, 256]])

0 commit comments

Comments
 (0)