Beispiel #1
0
def sqrt(poly_sch, fuzz_shape=None):
    test_ms_sqrt((1024, 1024), "float32", poly_sch=poly_sch)
    test_ms_sqrt((1024, 1024), "float16", poly_sch=poly_sch)
Beispiel #2
0
def test_sqrt():
    test_ms_sqrt((1024, 1024), "float32", poly_sch=True)
    test_ms_sqrt((1024, 1024), "float16", poly_sch=True)
    return True