aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-09-06 09:55:50 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-09-06 09:55:50 +0200
commit3cb914f33285f25de4b3e34ca33bbebc3e0a55d3 (patch)
tree22fdc47d5877000b57439954f796d02822c521ad /test
parente1642f485c6382b647f980b6aef508f42abe248d (diff)
bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (those used to break old nvcc versions that we propably don't care anymore)
Diffstat (limited to 'test')
-rw-r--r--test/cuda_basic.cu3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cuda_basic.cu b/test/cuda_basic.cu
index 0a515ce7b..cb2e4167a 100644
--- a/test/cuda_basic.cu
+++ b/test/cuda_basic.cu
@@ -26,7 +26,8 @@
#include "main.h"
#include "cuda_common.h"
-#include <Eigen/Eigenvalues>
+// Check that dense modules can be properly parsed by nvcc
+#include <Eigen/Dense>
// struct Foo{
// EIGEN_DEVICE_FUNC