CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Classes | Namespaces
volta_tensor_op_policy.h File Reference

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...

#include "cutlass/matrix_shape.h"
#include "cutlass/layout/matrix.h"
#include "cutlass/gemm/gemm.h"
Include dependency graph for volta_tensor_op_policy.h:
This graph shows which files directly or indirectly include this file:

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