CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Bidirectional iterator over elements.
#include <array_subbyte.h>
Public Member Functions | |
CUTLASS_HOST_DEVICE | iterator () |
CUTLASS_HOST_DEVICE | iterator (Storage *ptr, int idx=0) |
CUTLASS_HOST_DEVICE iterator & | operator++ () |
CUTLASS_HOST_DEVICE iterator & | operator-- () |
CUTLASS_HOST_DEVICE iterator | operator++ (int) |
CUTLASS_HOST_DEVICE iterator | operator-- (int) |
CUTLASS_HOST_DEVICE reference | operator* () const |
CUTLASS_HOST_DEVICE bool | operator== (iterator const &other) const |
CUTLASS_HOST_DEVICE bool | operator!= (iterator const &other) const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |