aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar nluehr <nluehr@nvidia.com>2017-12-18 16:51:15 -0800
committerGravatar nluehr <nluehr@nvidia.com>2017-12-18 16:51:15 -0800
commitf9bdcea022e24bac4a66a937c37de92f7f22b9da (patch)
tree01edbeb085f36bda2b46bc84f2523a2a3bee58ad /Eigen/Core
parent06bf1047f99afec61062e188ec4e68efbf203d86 (diff)
For cuda 9.1 replace math_functions.hpp with cuda_runtime.h
Diffstat (limited to 'Eigen/Core')
-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