Upgraded the bundled Eigen to 3.7

This commit is contained in:
bubnikv 2019-01-14 10:27:28 +01:00
parent 1ee0f8cc85
commit 8696c70af4
33 changed files with 273 additions and 174 deletions

View file

@ -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