MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / checkMatrixB

Function checkMatrixB

src/library/blas/functor/include/functor_utils.h:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68static inline clblasStatus checkMatrixB(DataType dtype, clblasOrder order, clblasTranspose trans, cl_mem mat, size_t size1, size_t size2, size_t off, size_t ld)
69{
70 return checkMatrixSizes(dtype, order, trans, size1, size2, mat, off, ld, B_MAT_ERRSET);
71}
72
73static inline clblasStatus checkMatrixC(DataType dtype, clblasOrder order, clblasTranspose trans, cl_mem mat, size_t size1, size_t size2, size_t off, size_t ld)
74{

Callers

nothing calls this directly

Calls 1

checkMatrixSizesFunction · 0.85

Tested by

no test coverage detected