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_3_CONVERSION_CTOR (int_3, uint_3, float_3, double_3, norm_3, unorm_3, char_3, uchar_3, short_3, ushort_3, long_3, ulong_3, longlong_3, ulonglong_3) int_3 operator-() const __CPU_GPU__ | |
int_3 | operator~ () const __CPU_GPU__ |
int_3 & | operator%= (const int_3 &rhs) __CPU_GPU__ |
int_3 & | operator^= (const int_3 &rhs) __CPU_GPU__ |
int_3 & | operator|= (const int_3 &rhs) __CPU_GPU__ |
int_3 & | operator&= (const int_3 &rhs) __CPU_GPU__ |
int_3 & | operator>>= (const int_3 &rhs) __CPU_GPU__ |
int_3 & | operator<<= (const int_3 &rhs) __CPU_GPU__ |