aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_complex_cwise_ops_cuda.cu
Commit message (Collapse)AuthorAge
* renaming *Cuda files to *Gpu in the unsupported/Eigen/CXX11/src/Tensor and ↵Gravatar Deven Desai2018-06-20
| | | | unsupported/test directories
* Removed unecesasry #includeGravatar Benoit Steiner2017-10-22
|
* Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
|
* Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.hGravatar Gael Guennebaud2017-08-24
|
* bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by ↵Gravatar Gael Guennebaud2017-08-24
| | | | introducing EIGEN_CUDACC_VER
* Don't use c++11 features and fix include.Gravatar RJ Ryan2016-09-20
|
* Add CUDA-specific std::complex<T> specializations for scalar_sum_op, ↵Gravatar RJ Ryan2016-09-20
scalar_difference_op, scalar_product_op, and scalar_quotient_op.