Returns the layout object's stride vector
| 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 |
no test coverage detected