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

Function luSplit

src/backend/opencl/kernel/lu_split.hpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60template<typename T>
61void luSplit(Param lower, Param upper, const Param in) {
62 bool same_dims = (lower.info.dims[0] == in.info.dims[0]) &&
63 (lower.info.dims[1] == in.info.dims[1]);
64 luSplitLauncher<T>(lower, upper, in, same_dims);
65}
66} // namespace kernel
67} // namespace opencl
68} // namespace arrayfire

Callers 2

luSplitLauncherFunction · 0.85
lu_splitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected