aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_complex_cuda.cu
Commit message (Collapse)AuthorAge
* 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 ↵Gravatar Benoit Steiner2016-09-28
| | | | numbers on cuda gpus.
* Added the ability to compute the absolute value of a complex number on GPU, ↵Gravatar Benoit Steiner2016-09-12
as well as a test to catch the problem.