Lines Matching refs:validateL3
2263 …static void validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Al… in validateL3() method in ScriptIntrinsicBLAS
2348 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM()
2385 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM()
2421 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM()
2457 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM()
2497 validateL3(Element.F32(mRS), 0, 0, Side, A, B, C); in SSYMM()
2523 validateL3(Element.F64(mRS), 0, 0, Side, A, B, C); in DSYMM()
2549 validateL3(Element.F32_2(mRS), 0, 0, Side, A, B, C); in CSYMM()
2575 validateL3(Element.F64_2(mRS), 0, 0, Side, A, B, C); in ZSYMM()
2596 validateL3(Element.F32(mRS), Trans, 0, 0, A, null, C); in SSYRK()
2623 validateL3(Element.F64(mRS), Trans, 0, 0, A, null, C); in DSYRK()
2649 validateL3(Element.F32_2(mRS), Trans, 0, 0, A, null, C); in CSYRK()
2676 validateL3(Element.F64_2(mRS), Trans, 0, 0, A, null, C); in ZSYRK()
3294 validateL3(Element.U8(mRS), NO_TRANSPOSE, TRANSPOSE, 0, A, B, C); in BNNM()