Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
196
template <int... Is, class... Layouts>
197
CUTE_HOST_DEVICE constexpr
198
auto
199
size(ZipLayout<Layouts...> const& layouts)
200
{
201
return size<Is...>(get<0>(layouts.layouts_));
202
}
203
204
205
template <int... Is, class... Layouts>
Callers
2
cosize
Function · 0.70
nullspace
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected