Lines Matching refs:validateL3
2259 …static void validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Al… in validateL3() method in ScriptIntrinsicBLAS
2344 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM()
2381 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM()
2417 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM()
2453 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM()
2493 validateL3(Element.F32(mRS), 0, 0, Side, A, B, C); in SSYMM()
2519 validateL3(Element.F64(mRS), 0, 0, Side, A, B, C); in DSYMM()
2545 validateL3(Element.F32_2(mRS), 0, 0, Side, A, B, C); in CSYMM()
2571 validateL3(Element.F64_2(mRS), 0, 0, Side, A, B, C); in ZSYMM()
2592 validateL3(Element.F32(mRS), Trans, 0, 0, A, null, C); in SSYRK()
2619 validateL3(Element.F64(mRS), Trans, 0, 0, A, null, C); in DSYRK()
2645 validateL3(Element.F32_2(mRS), Trans, 0, 0, A, null, C); in CSYRK()
2672 validateL3(Element.F64_2(mRS), Trans, 0, 0, A, null, C); in ZSYRK()
3290 validateL3(Element.U8(mRS), NO_TRANSPOSE, TRANSPOSE, 0, A, B, C); in BNNM()