test_example_deepgemm_fp8_2xAcc.py 259 Bytes
Newer Older
root's avatar
init  
root committed
1
2
3
4
5
6
7
8
9
10
11
12
13
import tilelang.testing

from example_deepgemm_fp8_2xAcc import main


@tilelang.testing.requires_cuda
@tilelang.testing.requires_cuda_compute_version_eq(9, 0)
def test_deepgemm_fp8_2xAcc():
    main()


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