"official/vision/image_classification/test_utils.py" did not exist on "68c3c65596b8fc624be15aef6eac3dc8952cbf23"
test_topk_tilelang.py 192 Bytes
Newer Older
root's avatar
init  
root committed
1
2
3
4
5
6
7
8
9
10
11
import tilelang.testing
import example_topk


@tilelang.testing.requires_cuda
def test_topk_tilelang():
    example_topk.main(argv=[])


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