aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
Commit message (Expand)AuthorAge
* 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