HCC
HCC is a single-source, C/C++ compiler for heterogeneous computing. It's optimized with HSA (http://www.hsafoundation.com/).
|
Public Member Functions | |
SCALARTYPE_1_CONVERSION_CTOR (int_1, uint_1, float_1, double_1, char_1, uchar_1, short_1, ushort_1, long_1, ulong_1, longlong_1, ulonglong_1) int_1 operator-() const __CPU_GPU__ | |
int_1 | operator~ () const __CPU_GPU__ |
int_1 & | operator%= (const int_1 &rhs) __CPU_GPU__ |
int_1 & | operator^= (const int_1 &rhs) __CPU_GPU__ |
int_1 & | operator|= (const int_1 &rhs) __CPU_GPU__ |
int_1 & | operator&= (const int_1 &rhs) __CPU_GPU__ |
int_1 & | operator>>= (const int_1 &rhs) __CPU_GPU__ |
int_1 & | operator<<= (const int_1 &rhs) __CPU_GPU__ |