MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / isStrideMonotonic

Function isStrideMonotonic

src/backend/oneapi/blas.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool isStrideMonotonic(const af::dim4 &dim) {
97 return (dim[0] <= dim[1]) && (dim[1] <= dim[2]) && (dim[2] <= dim[3]);
98}
99
100template<typename Ti, typename To>
101void gemm(Array<To> &out, af_mat_prop optLhs, af_mat_prop optRhs,

Callers 1

gemmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected