Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Sep 4, 2024
1 parent 1ecd76e commit 7bb21e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/python/tilelang/test_tilelang_dequantize_gemm.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ def run_gemm(

print(f"output is {out}")

with open("debug/kernel.cu", "w") as f:
f.write(mod.mod.imported_modules[0].get_source())

def ref_program(A, qB):
import torch

Expand Down

0 comments on commit 7bb21e7

Please sign in to comment.