CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Templates exposing architecture support for multiply-add operations. More...
#include "cutlass/cutlass.h"
#include "cutlass/tensor_ref.h"
#include "cutlass/layout/matrix.h"
#include "cutlass/gemm/gemm.h"
#include "cutlass/gemm/thread/mma.h"
Go to the source code of this file.
Classes | |
struct | cutlass::gemm::thread::Mma< Shape_, int8_t, layout::RowMajor, int8_t, layout::ColumnMajor, int32_t, LayoutC_, arch::OpMultiplyAdd, bool > |
Gemplate that handles conventional layouts for IDP4A. More... | |
struct | cutlass::gemm::thread::Mma< Shape_, int8_t, layout::ColumnMajor, int8_t, layout::RowMajor, int32_t, LayoutC_, arch::OpMultiplyAdd, int8_t > |
Gemplate that handles conventional layouts for IDP4A. More... | |
Namespaces | |
cutlass | |
cutlass::gemm | |
cutlass::gemm::thread | |