"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "5a3d82e842906dc8f695fafe52434fde781615be"
test_example_flash_decoding.py 284 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import tilelang.testing

import example_gqa_decode
import example_mha_inference


def test_example_example_gqa_decode():
    example_gqa_decode.main()


def test_example_example_mha_inference():
    example_mha_inference.main()


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