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

Method layout

include/cute/tensor_impl.hpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 CUTE_HOST_DEVICE constexpr
191 decltype(auto)
192 layout() const {
193 return get<0>(rep_);
194 }
195
196 CUTE_HOST_DEVICE constexpr
197 decltype(auto)

Callers 15

make_tensor_likeFunction · 0.45
make_fragment_likeFunction · 0.45
tensorFunction · 0.45
layoutFunction · 0.45
shapeFunction · 0.45
strideFunction · 0.45
sizeFunction · 0.45
rankFunction · 0.45
depthFunction · 0.45
flattenFunction · 0.45
coalesceFunction · 0.45
filter_zerosFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected