diff options
Diffstat (limited to 'eigen/Eigen/Core')
-rw-r--r-- | eigen/Eigen/Core | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eigen/Eigen/Core b/eigen/Eigen/Core index 4d4901e..b923b8c 100644 --- a/eigen/Eigen/Core +++ b/eigen/Eigen/Core @@ -53,9 +53,9 @@ #endif #define EIGEN_DEVICE_FUNC __host__ __device__ - // We need math_functions.hpp to ensure that that EIGEN_USING_STD_MATH macro + // We need cuda_runtime.h to ensure that that EIGEN_USING_STD_MATH macro // works properly on the device side - #include <math_functions.hpp> + #include <cuda_runtime.h> #else #define EIGEN_DEVICE_FUNC #endif |