Returns the layout object
| 283 | |
| 284 | /// Returns the layout object |
| 285 | CUTLASS_HOST_DEVICE |
| 286 | Layout layout() const { |
| 287 | return layout_; |
| 288 | } |
| 289 | |
| 290 | /// Returns the layout object's stride vector |
| 291 | CUTLASS_HOST_DEVICE |
no outgoing calls
no test coverage detected