"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "f51d985bf70de3468f3dd7fbe55f56c56a410b31"
test_example_convolution.py 295 Bytes
Newer Older
1
2
3
import tilelang.testing

import example_convolution
4
import example_convolution_autotune
5
6
7


def test_example_convolution():
8
    example_convolution.main([])
9
10


11
12
13
14
def test_example_convolution_autotune():
    example_convolution_autotune.main()


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