Exemplo n.º 1
0
def tile(poly_sch, fuzz_shape=None):
    test_ms_tile((1024, 4096), (3, ), 'float32', poly_sch=poly_sch)
    test_ms_tile((1024, 4096), (3, ), 'float16', poly_sch=poly_sch)
Exemplo n.º 2
0
def test_tile():
    test_ms_tile((1024, 4096), (3, ), 'float32', poly_sch=True)
    test_ms_tile((1024, 4096), (3, ), 'float16', poly_sch=True)
    return True