aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.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
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Silenced clang compilation warning.Gravatar Benoit Steiner2017-02-28
* Introduce a portable EIGEN_SLEEP macro.Gravatar Benoit Steiner2016-12-09
* Made TensorDeviceCuda.h compile on windowsGravatar Benoit Steiner2016-11-17
* Made the initialization of a CUDA device thread safe.Gravatar Benoit Steiner2016-09-26
* Deleted some unecessary and confusing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-09-19
* Improved the performance of full reductions.Gravatar Benoit Steiner2016-06-03
* Fixed compilation warningGravatar Benoit Steiner2016-05-24
* Added the ability to use a scratch buffer in cuda kernelsGravatar Benoit Steiner2016-05-09
* Simplified the code that launches cuda kernels.Gravatar Benoit Steiner2016-04-19
* Don't take the address of a kernel on CUDA devices that don't support this fe...Gravatar Benoit Steiner2016-04-19
* Print some information to stderr when a CUDA kernel failsGravatar Benoit Steiner2016-02-27
* Print an error message to stderr when the initialization of the CUDA runtime ...Gravatar Benoit Steiner2016-02-19
* Added the ability to query the minor version of a cuda deviceGravatar Benoit Steiner2016-02-19
* Made it possible to limit the number of blocks that will be used to evaluate ...Gravatar Benoit Steiner2016-02-01
* Silenced a few compilation warnings.Gravatar Benoit Steiner2016-01-11
* Silenced several compilation warnings triggered by nvcc.Gravatar Benoit Steiner2016-01-11
* Cleaned up double-defined macro from last commitGravatar Jeremy Barnes2016-01-10
* Alternative way of forcing instantiation of device kernels withoutGravatar Jeremy Barnes2016-01-10
* Prevent nvcc from miscompiling the cuda metakernel. Unfortunately this reintr...Gravatar Benoit Steiner2016-01-08
* Silenced some compilation warnings triggered by nvccGravatar Benoit Steiner2015-12-17
* Made it possible to refer t oa GPUDevice from code compile with a regular C++...Gravatar Benoit Steiner2015-11-23
* Split TensorDeviceType.h in 3 files to make it more manageableGravatar Benoit Steiner2015-11-20