| 76 | } |
| 77 | |
| 78 | static 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 | |
| 83 | static inline clblasStatus checkVectorY(DataType dtype, size_t N, cl_mem Y, size_t offy, int incy) |
| 84 | { |
nothing calls this directly
no test coverage detected