aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_cast_float16_cuda.cu
Commit message (Collapse)AuthorAge
* Fix compilation when cuda_fp16.h does not exist.Gravatar Gael Guennebaud2016-09-05
|
* Fix compilation with CUDA 8Gravatar Gael Guennebaud2016-09-01
|
* Fixed a typoGravatar Benoit Steiner2016-03-18
|
* Added a test to validate the fallback path for half floatsGravatar Benoit Steiner2016-03-18
|
* Made half floats usable on hardware that doesn't support them natively.Gravatar Benoit Steiner2016-03-11
|
* Added a test to validate the conversion of half floats into floats on Kepler ↵Gravatar Benoit Steiner2016-03-03
GPUs. Restricted the testing of the random number generation code to GPU architecture greater than or equal to 3.5.