aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h
Commit message (Expand)AuthorAge
* Add deprecated header files for TensorFlowGravatar Gael Guennebaud2018-07-12
* renaming *Cuda files to *Gpu in the unsupported/Eigen/CXX11/src/Tensor and un...Gravatar Deven Desai2018-06-20
* Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Made the Tensor code compile with clang 3.9Gravatar Benoit Steiner2017-03-02
* Fix CUDA compilationGravatar Gael Guennebaud2016-07-21
* Added tests for full contractions using thread pools and gpu devices.Gravatar Benoit Steiner2016-05-05
* Fixed compilation errorGravatar Benoit Steiner2016-05-01
* Fixed contractions of 16 bit floatsGravatar Benoit Steiner2016-03-22
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Updated the contraction code to make it compatible with half floats.Gravatar Benoit Steiner2016-02-19
* Reverted a previous change that tripped nvcc when compiling in debug mode.Gravatar Benoit Steiner2016-01-11
* Silenced a few compilation warnings.Gravatar Benoit Steiner2016-01-11
* Deleted unused variable.Gravatar Benoit Steiner2015-11-23
* Fixed a compilation warningGravatar Benoit Steiner2015-11-12
* Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...Gravatar Benoit Steiner2015-06-29
* Added support for RowMajor inputs to the contraction code.Gravatar Benoit Steiner2015-01-14
* Improved the performance of the contraction code on CUDAGravatar Benoit Steiner2015-01-14
* Improved support for CUDA devices.Gravatar Benoit Steiner2014-10-03