Unverified Commit 0c7e7419 authored by Tong WU's avatar Tong WU Committed by GitHub
Browse files

[Cleanup] Remove `tilelang.disable_cache()` calls from examples and tests (#1088)

* [Cleanup] Remove `tilelang.disable_cache()` calls from example scripts

* lint

* lint
parent 42c267e8
...@@ -334,5 +334,4 @@ def test_fastmath_versions(): ...@@ -334,5 +334,4 @@ def test_fastmath_versions():
if __name__ == "__main__": if __name__ == "__main__":
tilelang.disable_cache()
tilelang.testing.main() tilelang.testing.main()
...@@ -5,7 +5,6 @@ import tilelang.testing ...@@ -5,7 +5,6 @@ import tilelang.testing
from tilelang.utils.sparse import compress, randn_semi_sparse from tilelang.utils.sparse import compress, randn_semi_sparse
from tilelang.layout import make_metadata_layout from tilelang.layout import make_metadata_layout
tilelang.disable_cache()
torch.set_printoptions(threshold=float('inf'), edgeitems=float('inf'), linewidth=10000) torch.set_printoptions(threshold=float('inf'), edgeitems=float('inf'), linewidth=10000)
torch.manual_seed(42) torch.manual_seed(42)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment