import tilelang.testing import example_dynamic def test_example_dynamic(): example_dynamic.main() if __name__ == "__main__": tilelang.testing.main()