aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h
Commit message (Collapse)AuthorAge
* Add deprecated header files for TensorFlowGravatar Gael Guennebaud2018-07-12
|
* renaming *Cuda files to *Gpu in the unsupported/Eigen/CXX11/src/Tensor and ↵Gravatar Deven Desai2018-06-20
| | | | unsupported/test directories
* 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 ↵Gravatar Gael Guennebaud2017-07-17
| | | | aliases
* 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 a couple of issues in the corresponding code.
* 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. ↵Gravatar Benoit Steiner2016-03-08
| | | | All the vectorization is now defined in the tensor evaluators. This will make it possible to relialably support devices with different packet types in the same compilation unit.
* 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
| | | | | | several tensor operations. Created the TensorDimensionList class to encode the list of all the dimensions of a tensor of rank n. This could be done using TensorIndexList, however TensorIndexList require cxx11 which isn't yet supported as widely as we'd like.
* 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
Improved contractions on GPU