Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Member Functions | List of all members
cutlass::gemm::Launch< Gemm, false > Struct Template Reference

Partial specialization for launching the GEMM kernel with or without launch bounds.

#include <gemm.h>

Public Member Functions

 Launch (typename Gemm::Params params, dim3 grid, dim3 block, cudaStream_t stream=0)
 

Constructor & Destructor Documentation

◆ Launch()

template<typename Gemm >
cutlass::gemm::Launch< Gemm, false >::Launch ( typename Gemm::Params  params,
dim3  grid,
dim3  block,
cudaStream_t  stream = 0 
)
inline

The documentation for this struct was generated from the following file: