aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/SpecialFunctions
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-07-11 18:39:11 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-07-11 18:39:11 +0200
commita96a7ce3f71fc24f4f64b34cdcf17794f1c3ae89 (patch)
treed58b6ad983c398e88da1354bcdfdceda5340d52a /unsupported/Eigen/SpecialFunctions
parentbec35f4c55b5878653456fc0bb6033b1d68ddf06 (diff)
Move CUDA's special functions to SpecialFunctions module.
Diffstat (limited to 'unsupported/Eigen/SpecialFunctions')
-rw-r--r--unsupported/Eigen/SpecialFunctions4
1 files changed, 4 insertions, 0 deletions
diff --git a/unsupported/Eigen/SpecialFunctions b/unsupported/Eigen/SpecialFunctions
index b4ed83b30..7c7493c56 100644
--- a/unsupported/Eigen/SpecialFunctions
+++ b/unsupported/Eigen/SpecialFunctions
@@ -47,6 +47,10 @@ namespace Eigen {
#include "src/SpecialFunctions/SpecialFunctionsFunctors.h"
#include "src/SpecialFunctions/SpecialFunctionsArrayAPI.h"
+#if defined EIGEN_VECTORIZE_CUDA
+ #include "src/SpecialFunctions/arch/CUDA/CudaSpecialFunctions.h"
+#endif
+
namespace Eigen {
//@}
}