Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Models a pair of fragments. More...
#include <assert.h>
#include "cutlass/cutlass.h"
#include "cutlass/shape.h"
#include "cutlass/util/cutlass_math.h"
#include "cutlass/vector.h"
Go to the source code of this file.
Classes | |
struct | cutlass::ZipFragment< First_, Second_ > |
A template defining Fragment Concept. More... | |
struct | cutlass::ZipConvert< First_, Second_ > |
Zips two convert operations. More... | |
Namespaces | |
cutlass | |
Functions | |
template<typename First , typename Second > | |
CUTLASS_HOST_DEVICE ZipFragment< First, Second > | cutlass::make_ZipFragment (First const &first, Second const &second) |
Helper to construct a ZipFragment object. More... | |
template<typename First , typename Second > | |
CUTLASS_HOST_DEVICE ZipConvert< First, Second > | cutlass::make_ZipConvert (First const &first, Second const &second) |
Helper to construct a ZipConvert object. More... | |