From de07c4d1c25d59cb1c0d3cdfed8c0177ada9e4df Mon Sep 17 00:00:00 2001 From: Jeff Daily Date: Wed, 11 Dec 2019 22:00:55 +0000 Subject: fix compilation due to new HIP scalar accessor --- unsupported/Eigen/SpecialFunctions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'unsupported/Eigen/SpecialFunctions') diff --git a/unsupported/Eigen/SpecialFunctions b/unsupported/Eigen/SpecialFunctions index 6e8132fb2..a098ce871 100644 --- a/unsupported/Eigen/SpecialFunctions +++ b/unsupported/Eigen/SpecialFunctions @@ -66,6 +66,9 @@ namespace Eigen { #include "src/SpecialFunctions/BesselFunctionsFunctors.h" #include "src/SpecialFunctions/BesselFunctionsArrayAPI.h" #include "src/SpecialFunctions/SpecialFunctionsImpl.h" +#if defined(EIGEN_HIPCC) +#include "src/SpecialFunctions/HipVectorCompatibility.h" +#endif #include "src/SpecialFunctions/SpecialFunctionsPacketMath.h" #include "src/SpecialFunctions/SpecialFunctionsHalf.h" #include "src/SpecialFunctions/SpecialFunctionsFunctors.h" -- cgit v1.2.3