aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h
Commit message (Expand)AuthorAge
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Undo the block size change.Gravatar Artem Belevich2019-12-09
* Improve performance of contraction kernelsGravatar Artem Belevich2019-12-05
* Remove __host__ annotation for device-only function.Gravatar Rasmus Munk Larsen2019-12-03
* Use EIGEN_DEVICE_FUNC macro instead of __device__.Gravatar Rasmus Munk Larsen2019-12-03
* Clean up CUDA/NVCC version macros and their use in Eigen, and a few other CUD...Gravatar Rasmus Munk Larsen2019-05-31
* bug #1654: fix compilation with cuda and no c++11Gravatar Gael Guennebaud2019-01-09
* Fix GPU support.Gravatar Gael Guennebaud2018-09-20
* Assert that no output kernel is defined for GPU contractionGravatar Eugene Zhulenev2018-07-18
* Fix TensorContractionOp evaluators for GPU and SYCLGravatar Eugene Zhulenev2018-07-17
* applying EIGEN_DECLARE_TEST to *gpu* testsGravatar Deven Desai2018-07-17
* Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
* merging the CUDA and HIP implementation for the Tensor directory and the unit...Gravatar Deven Desai2018-06-20
* renaming *Cuda files to *Gpu in the unsupported/Eigen/CXX11/src/Tensor and un...Gravatar Deven Desai2018-06-20