Home
last modified time | relevance | path

Searched refs:clblasBlockTrsmWithCaching (Results 1 – 4 of 4) sorted by relevance

/dports/math/clblas/clBLAS-2.10/src/library/blas/
H A Dimpl.c46 case clblasBlockTrsmWithCaching: in clblasSelectImplementation()
126 clblasSelectImplementation(clblasBlockTrsmWithCaching); in parseEnvImplementation()
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dgen_init.c150 case clblasBlockTrsmWithCaching: return 3; in getTrsmMemPatternIndex()
162 case 3: return clblasBlockTrsmWithCaching; in getTrsmPreferredPattern()
/dports/math/clblas/clBLAS-2.10/src/library/blas/include/
H A Dblas_mempat.h50 clblasBlockTrsmWithCaching, /**< Use blocked TRSM with cache-usage optimization. */ enumerator
/dports/math/clblas/clBLAS-2.10/src/library/blas/generic/
H A Dsolution_seq_make.c1996 (impl != clblasBlockTrsmWithCaching) && in decomposeTRXMStep()