CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
C++ interface to dump fragments and shared memory contents for debugging. More...
Go to the source code of this file.
Namespaces | |
cutlass | |
cutlass::debug | |
Macros | |
#define | SHMEM_ROW_SIZE 128 |
Functions | |
template<typename Fragment > | |
CUTLASS_DEVICE void | cutlass::debug::dump_fragment (Fragment const &frag, int N=0, int M=0, int S=1) |
template<typename Element > | |
CUTLASS_DEVICE void | cutlass::debug::dump_shmem (Element const *ptr, size_t size, int S=1) |
#define SHMEM_ROW_SIZE 128 |