diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 11:45:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 11:45:13 +0100 |
commit | bbdfe42628cc324904a49d472230c8cbbfd9e1d5 (patch) | |
tree | 0ae6a380649af4a854c88245abb1c9fa3a571cc4 /eigen/Eigen/Core | |
parent | 3e07e568a1ae478b89812d91438d75179c94ab35 (diff) |
update eigen
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 |