Fixing HIP breakage caused by the recent commit that introduces Packet4h2 as the Eigen::Half packet type

This commit is contained in:
Deven Desai
2020-03-11 23:06:56 +00:00
parent d53ae40f7b
commit 7158ed4e0e
4 changed files with 38 additions and 24 deletions

View File

@@ -439,9 +439,6 @@
#if defined(EIGEN_HIPCC)
#define EIGEN_VECTORIZE_GPU
#include <hip/hip_vector_types.h>
#endif
#if defined(EIGEN_HIP_DEVICE_COMPILE)
#define EIGEN_HAS_HIP_FP16
#include <hip/hip_fp16.h>
#endif