aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_of_float16_cuda.cu
Commit message (Expand)AuthorAge
* renaming *Cuda files to *Gpu in the unsupported/Eigen/CXX11/src/Tensor and un...Gravatar Deven Desai2018-06-20
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Removed unecesasry #includeGravatar Benoit Steiner2017-10-22
* Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
* Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.hGravatar Gael Guennebaud2017-08-24
* bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...Gravatar Gael Guennebaud2017-08-24
* Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* Increased the robustness of the reduction tests on fp16Gravatar Benoit Steiner2016-10-05
* Increase the tolerance to numerical noise.Gravatar Benoit Steiner2016-10-05
* Fix compilation when cuda_fp16.h does not exist.Gravatar Gael Guennebaud2016-09-05
* Fix compilation with cuda 8Gravatar Gael Guennebaud2016-08-29
* enable vectorization path when testing half on cuda, and add test for log1pGravatar Gael Guennebaud2016-08-26
* Fixed cut and paste bug in debud messageGravatar Benoit Steiner2016-08-04
* Extended a regression test to validate that we basic fp16 support works with ...Gravatar Benoit Steiner2016-08-03
* Fix testing of log nearby 1Gravatar Gael Guennebaud2016-07-22
* Truely split unit test.Gravatar Gael Guennebaud2016-07-22
* Resolved merge conflictsGravatar Benoit Steiner2016-05-26
* Merged latest reduction improvementsGravatar Benoit Steiner2016-05-26
|\
* | Improved the performance of inner reductions.Gravatar Benoit Steiner2016-05-26
* | Improved the coverage of the fp16 reduction testsGravatar Benoit Steiner2016-05-26
| * Allow vectorized padding on GPU. This helps speed things up a little.Gravatar Benoit Steiner2016-05-17
|/
* Fixed a couple of bugs related to the Pascalfamily of GPUsGravatar Benoit Steiner2016-05-11
* Added more tests for half floatsGravatar Benoit Steiner2016-05-11
* Fixed a typo in my previous commitGravatar Benoit Steiner2016-05-11
* Worked around a bug in nvcc on tegra x1Gravatar Benoit Steiner2016-05-07
* Added a test to validate full reduction on tensor of half floatsGravatar Benoit Steiner2016-05-05
* Made the testing of contractions on fp16 more robustGravatar Benoit Steiner2016-05-05
* Refined the testing of log and exp on fp16Gravatar Benoit Steiner2016-05-05
* Further improved the testing of fp16Gravatar Benoit Steiner2016-05-05
* Added a test to validate the computation of exp and log on 16bit floatsGravatar Benoit Steiner2016-05-03
* Fixed the partial evaluation of non vectorizable tensor subexpressionsGravatar Benoit Steiner2016-04-25
* Fixed contractions of fp16Gravatar Benoit Steiner2016-03-23
* Improved a testGravatar Benoit Steiner2016-03-14
* Pulled latest updates from trunkGravatar Benoit Steiner2016-02-21
|\
* | Added the ability to compute the absolute value of a half floatGravatar Benoit Steiner2016-02-21
| * Added some debugging information to the test to figure out why it fails somet...Gravatar Benoit Steiner2016-02-21
|/
* Fixed the float16 tensor test.Gravatar Benoit Steiner2016-02-20
* Added support for tensor reductions on half floatsGravatar Benoit Steiner2016-02-19
* Started to work on contractions and reductions using half floatsGravatar Benoit Steiner2016-02-19
* Added support for simple coefficient wise tensor expression using half floats...Gravatar Benoit Steiner2016-02-19
* FP16 on CUDA are only available starting with cuda 7.5. Disable them when usi...Gravatar Benoit Steiner2016-02-18
* Added regression test for float16Gravatar Benoit Steiner2016-02-19