"...composable_kernel.git" did not exist on "6a97c04634ffc4ae328eb2185929658d8d5c5401"
test_example_elementwise.py 185 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
import tilelang.testing
import example_elementwise_add


def test_example_elementwise_add():
    example_elementwise_add.main()


if __name__ == "__main__":
    tilelang.testing.main()