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

Method stride

include/cutlass/tensor_ref.h:291–294  ·  view source on GitHub ↗

Returns the layout object's stride vector

Source from the content-addressed store, hash-verified

289
290 /// Returns the layout object's stride vector
291 CUTLASS_HOST_DEVICE
292 Stride stride() const {
293 return layout_.stride();
294 }
295
296 /// Returns the layout object's stride vector
297 CUTLASS_HOST_DEVICE

Callers 2

TensorRefClass · 0.45
TensorRef_alignedFunction · 0.45

Calls 1

atMethod · 0.45

Tested by

no test coverage detected