Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Defines a structure containing a pair of TensorRef-like objects. More...
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... | |