HCC
HCC is a single-source, C/C++ compiler for heterogeneous computing. It's optimized with HSA (http://www.hsafoundation.com/).
Public Types | Static Public Member Functions | List of all members
hc::array_projection_helper< T, N > Struct Template Reference
Collaboration diagram for hc::array_projection_helper< T, N >:
Collaboration graph

Public Types

typedef array_view< T, N-1 > result_type
 
typedef array_view< const T, N-1 > const_result_type
 

Static Public Member Functions

static result_type project (array< T, N > &now, int stride) __CPU__ __HC__
 
static const_result_type project (const array< T, N > &now, int stride) __CPU__ __HC__
 

The documentation for this struct was generated from the following file: