280a8ebadf2d690533c5e5268780395d7d12fd25
* fix linking of vector types when linking hipcc objects with gcc * use __atribute__((vector_size)) with both clang and gcc and reinstate nonaligned n=3 vector type * use implicit conversion to value and ext_vector_type when available * Alternate formulation for GCC compatibility * Built-in arrays don't mix well with placement new * Fix typo * Add conversions to enum * Fix Scalar_accessor assignment. * Update hip_vector_types.h * stir up the underlying_type hideous mess This fixes the HIP build issue "error: only enumeration types have underlying types".
Description
No description provided
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Other
1.1%