Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
bool isStrideMonotonic(const af::dim4 &dim) {
97
return (dim[0] <= dim[1]) && (dim[1] <= dim[2]) && (dim[2] <= dim[3]);
98
}
99
100
template<typename Ti, typename To>
101
void gemm(Array<To> &out, af_mat_prop optLhs, af_mat_prop optRhs,
Callers
1
gemm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected