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

Method back

include/cute/container/array.hpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 CUTE_HOST_DEVICE constexpr
80 reference back()
81 {
82 // return *rbegin();
83 return operator[](N-1);
84 }
85
86 CUTE_HOST_DEVICE constexpr
87 const_reference back() const

Callers 2

move_to_endMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected