CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Defines basic structures needed for implementing the warp-scoped phase of the epilogue. These quantities assume a 'column-major' arrangement of TensorOp instructions, of which a row-oriented slice is visible per iteration. More...
Go to the source code of this file.
Classes | |
struct | cutlass::epilogue::warp::VoltaTensorOpPolicy< WarpShape, InterleavedTileShape, ElementC, Layout > |
Policy details related to the epilogue. More... | |
struct | cutlass::epilogue::warp::VoltaTensorOpPolicy< WarpShape_, gemm::GemmShape< 32, 32, 4 >, half_t, layout::RowMajor > |
Partial specialization for row-major. More... | |
struct | cutlass::epilogue::warp::VoltaTensorOpPolicy< WarpShape_, gemm::GemmShape< 32, 32, 4 >, float, layout::RowMajor > |
Partial specialization for row-major. More... | |
Namespaces | |
cutlass | |
cutlass::epilogue | |
cutlass::epilogue::warp | |