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

Method data

include/cute/container/array.hpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 CUTE_HOST_DEVICE constexpr
94 T* data()
95 {
96 return __elems_;
97 }
98
99 CUTE_HOST_DEVICE constexpr
100 T const* data() const

Callers 15

copy_unpackMethod · 0.45
copy_unpackMethod · 0.45
make_tma_atom_im2colFunction · 0.45
copy_unpackMethod · 0.45
copy_unpackMethod · 0.45
partitionMethod · 0.45
partition_SMethod · 0.45
partition_DMethod · 0.45
retile_SMethod · 0.45
retile_DMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected