aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Eigen/Core4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/Core b/Eigen/Core
index c66359b79..5a6dec8cc 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -54,9 +54,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