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

Method ref

include/cutlass/thread/matrix.h:140–143  ·  view source on GitHub ↗

Returns a TensorRef pointing to the first element of the tensor.

Source from the content-addressed store, hash-verified

138
139 /// Returns a TensorRef pointing to the first element of the tensor.
140 CUTLASS_HOST_DEVICE
141 TensorRef ref() {
142 return TensorRef(this->data(), layout());
143 }
144
145 /// Returns a TensorRef pointing to the first element of the tensor.
146 CUTLASS_HOST_DEVICE

Callers 1

_remove_entryMethod · 0.45

Calls 3

TensorRefClass · 0.85
layoutFunction · 0.50
dataMethod · 0.45

Tested by

no test coverage detected