Do not disable alignment with EIGEN_GPUCC

This commit is contained in:
Eugene Zhulenev
2018-12-03 15:54:10 -08:00
parent 0ea7ae7213
commit fd0fbfa9b5
2 changed files with 7 additions and 12 deletions

View File

@@ -742,10 +742,6 @@
// All functions callable from CUDA/HIP code must be qualified with __device__
#ifdef EIGEN_GPUCC
#ifndef EIGEN_DONT_VECTORIZE
#define EIGEN_DONT_VECTORIZE
#endif
#define EIGEN_DEVICE_FUNC __host__ __device__
#else
#define EIGEN_DEVICE_FUNC