Home
last modified time | relevance | path

Searched refs:GEMM2 (Results 1 – 7 of 7) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpGEMM.h207 inline void GEMM2(const unsigned int & /*Arows*/, const unsigned int & /*Brows*/, const unsigned in… in GEMM2() function
214 inline void GEMM2<0>(const unsigned int &Arows, const unsigned int &Brows, const unsigned int &Bcol…
228 inline void GEMM2<1>(const unsigned int &Arows, const unsigned int &Brows, const unsigned int &Bcol…
242 inline void GEMM2<2>(const unsigned int &Arows, const unsigned int &Brows, const unsigned int &Bcol…
256 inline void GEMM2<3>(const unsigned int &Arows, const unsigned int &Brows, const unsigned int &Bcol…
270 inline void GEMM2<4>(const unsigned int &Arows, const unsigned int &Brows, const unsigned int &Bcol…
284 inline void GEMM2<5>(const unsigned int &Arows, const unsigned int &Brows, const unsigned int &Bcol…
298 inline void GEMM2<6>(const unsigned int &Arows, const unsigned int &Brows, const unsigned int &Bcol…
312 inline void GEMM2<7>(const unsigned int &Arows, const unsigned int &Brows, const unsigned int &Bcol…
354 GEMM2<T>(Arows, Brows, Bcols, A, B, alpha, C, beta, D); in vpTGEMM()
/dports/math/clblas/clBLAS-2.10/src/tests/correctness/
H A Dcorr-gemm2.cpp230 TEST_P(GEMM2, sgemm2) { in TEST_P() argument
237 TEST_P(GEMM2, dgemm2) { in TEST_P() argument
244 TEST_P(GEMM2, cgemm2) { in TEST_P() argument
251 TEST_P(GEMM2, zgemm2) { in TEST_P() argument
H A Dtest-correctness.cpp563 INSTANTIATE_TEST_CASE_P(ColumnMajor_SmallRange_BigLDA_OFF_NX, GEMM2, Combine(
567 INSTANTIATE_TEST_CASE_P(ColumnMajor_SmallRange_BigLDA_OFF_TN, GEMM2, Combine(
571 INSTANTIATE_TEST_CASE_P(ColumnMajor_SmallRange_BigLDA_OFF_HN, GEMM2, Combine(
577 INSTANTIATE_TEST_CASE_P(ColumnMajor_SmallRange_NX, GEMM2, Combine(
581 INSTANTIATE_TEST_CASE_P(ColumnMajor_SmallRange_TN, GEMM2, Combine(
585 INSTANTIATE_TEST_CASE_P(ColumnMajor_SmallRange_HN, GEMM2, Combine(
/dports/math/clblas/clBLAS-2.10/src/tests/performance/
H A Dperf-gemm2.cpp364 TEST_P(GEMM2, sgemm) in TEST_P() argument
373 TEST_P(GEMM2, dgemm) in TEST_P() argument
382 TEST_P(GEMM2, cgemm) in TEST_P() argument
391 TEST_P(GEMM2, zgemm) in TEST_P() argument
/dports/math/libxsmm/libxsmm-1.16.3/tests/
H A Dgemm.c29 #if !defined(GEMM2)
30 # define GEMM2 LIBXSMM_YGEMM_SYMBOL macro
162 # if defined(GEMM2) in LIBXSMM_BLAS_SYMBOL_DECL()
163 GEMM2(ITYPE)(transa + i, transb + i, &mi, &ni, &ki, in LIBXSMM_BLAS_SYMBOL_DECL()
/dports/math/clblas/clBLAS-2.10/src/tests/include/
H A Dgemm-2.h30 class GEMM2 : public TestWithParam<
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/clTemplates/
H A Dsymm.cl22 // Needs to be treated like GEMM2 - Having a separate TAIL_RUN and trimming M and N on Non-tail Run…