MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / nullspace

Function nullspace

include/cute/tensor_zip.hpp:304–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303template <class... Layouts>
304CUTE_HOST_DEVICE constexpr
305auto
306nullspace(ZipLayout<Layouts...> const& layouts) {
307 return cute::fold(layouts.layouts_, make_layout(size(layouts)),
308 [](auto null, auto layout) {
309 return composition(null, nullspace(composition(layout, null)));
310 });
311}
312
313
314} // end namespace cute

Callers

nothing calls this directly

Calls 4

foldFunction · 0.85
make_layoutFunction · 0.70
sizeFunction · 0.70
compositionFunction · 0.70

Tested by

no test coverage detected