Returns the layout object's stride vector
| 254 | |
| 255 | /// Returns the layout object's stride vector |
| 256 | CUTLASS_HOST_DEVICE |
| 257 | Stride stride() const { |
| 258 | return layout_.stride(); |
| 259 | } |
| 260 | |
| 261 | /// Returns the layout object's stride vector |
| 262 | CUTLASS_HOST_DEVICE |
no test coverage detected