"git@developer.sourcefind.cn:jerrrrry/infinicore.git" did not exist on "515b92fb6d5e292aa7ba99ff4d7b6905cb24e41f"
test_example_elementwise.py 284 Bytes
Newer Older
wangkx1's avatar
wangkx1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import tilelang.testing
import example_elementwise_add


def test_example_elementwise_add():
    example_elementwise_add.main()


def test_example_elementwise_add_autotune():
    example_elementwise_add.main(use_autotune=True)


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