fix compilation error when host compiler is clang (#1147)
* fix compilation error when host compiler is clang * use a macro specifically for hcc && hip-clang
This commit is contained in:
committed by
Maneesh Gupta
orang tua
04d56436bb
melakukan
72e51f3ad0
@@ -34,7 +34,7 @@ THE SOFTWARE.
|
||||
#include <utility>
|
||||
#endif
|
||||
|
||||
#if defined(__clang__) && (__clang_major__ > 5)
|
||||
#if __HCC_OR_HIP_CLANG__
|
||||
typedef _Float16 _Float16_2 __attribute__((ext_vector_type(2)));
|
||||
|
||||
struct __half_raw {
|
||||
|
||||
Reference in New Issue
Block a user