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

Function size

include/cute/tensor_zip.hpp:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196template <int... Is, class... Layouts>
197CUTE_HOST_DEVICE constexpr
198auto
199size(ZipLayout<Layouts...> const& layouts)
200{
201 return size<Is...>(get<0>(layouts.layouts_));
202}
203
204
205template <int... Is, class... Layouts>

Callers 2

cosizeFunction · 0.70
nullspaceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected