aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/SpecialFunctions
diff options
context:
space:
mode:
authorGravatar Jeff Daily <jeff.daily@amd.com>2019-12-11 22:00:55 +0000
committerGravatar Jeff Daily <jeff.daily@amd.com>2019-12-17 20:27:30 +0000
commitde07c4d1c25d59cb1c0d3cdfed8c0177ada9e4df (patch)
tree188968cf02d5ec397d1dfcc14bcf8431bac9577c /unsupported/Eigen/SpecialFunctions
parent788bef6ab55bc2897e29be308996b8937da4a38d (diff)
fix compilation due to new HIP scalar accessor
Diffstat (limited to 'unsupported/Eigen/SpecialFunctions')
-rw-r--r--unsupported/Eigen/SpecialFunctions3
1 files changed, 3 insertions, 0 deletions
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"