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

Function checkVectorX

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

Source from the content-addressed store, hash-verified

76}
77
78static inline clblasStatus checkVectorX(DataType dtype, size_t N, cl_mem X, size_t offx, int incx)
79{
80 return checkVectorSizes(dtype, N, X, offx, incx, X_VEC_ERRSET);
81}
82
83static inline clblasStatus checkVectorY(DataType dtype, size_t N, cl_mem Y, size_t offy, int incy)
84{

Callers

nothing calls this directly

Calls 1

checkVectorSizesFunction · 0.85

Tested by

no test coverage detected