Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Classes | Namespaces | Functions
zip_tensor_ref.h File Reference

Defines a structure containing a pair of TensorRef-like objects. More...

#include "cutlass/coord.h"
#include "cutlass/tensor_ref.h"

Go to the source code of this file.

Classes

struct  cutlass::ZipTensorRef< First_, Second_ >
 

Namespaces

 cutlass
 

Functions

template<typename First , typename Second >
CUTLASS_HOST_DEVICE ZipTensorRef< First, Second > cutlass::make_ZipTensorRef (First const &first, Second const &second)
 Constructs a ZipTensorRef. More...