aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_complex_cuda.cu
Commit message (Expand)AuthorAge
* renaming *Cuda files to *Gpu in the unsupported/Eigen/CXX11/src/Tensor and un...Gravatar Deven Desai2018-06-20
* 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 in...Gravatar Gael Guennebaud2017-08-24
* Use scalar_sum_op and scalar_quotient_op instead of operator+ and operator/ i...Gravatar RJ Ryan2017-04-14
* Add a test that GPU complex product reductions match CPU reductions.Gravatar RJ Ryan2016-10-06
* Updated the tensor sum and mean reducer to enable them to process complex num...Gravatar Benoit Steiner2016-09-28
* Added the ability to compute the absolute value of a complex number on GPU, a...Gravatar Benoit Steiner2016-09-12