aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/CUDA/TypeCasting.h
Commit message (Expand)AuthorAge
* moving Half headers from CUDA dir to GPU dir, removing the HIP versionsGravatar Deven Desai2018-06-13
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Take advantage of AVX512 instructions whenever possible to speedup the proces...Gravatar Benoit Steiner2016-10-12
* Disable the use of MMX instructions since the code is broken on many platformsGravatar Benoit Steiner2016-05-27
* Deleted extra namespaceGravatar Benoit Steiner2016-05-26
* Disable usage of MMX with msvc.Gravatar Gael Guennebaud2016-05-26
* Add missing inclusion of mmintrin.hGravatar Gael Guennebaud2016-05-26
* Disable the use of MMX instructions on x86_64 since too many compilers only s...Gravatar Benoit Steiner2016-05-25
* Cleaned up the fp16 code a little moreGravatar Benoit Steiner2016-05-24
* Cleaned up the fp16 codeGravatar Benoit Steiner2016-05-24
* Don't attempt to use MMX instructions with visualstudio since they're only pa...Gravatar Benoit Steiner2016-05-24
* Worked around missing clang intrinsicGravatar Benoit Steiner2016-05-24
* Added missing EIGEN_DEVICE_FUNC qualifierGravatar Benoit Steiner2016-05-23
* Started to vectorize the processing of 16bit floats on CPU.Gravatar Benoit Steiner2016-05-23
* Added support for packet processing of fp16 on kepler and maxwell gpusGravatar Benoit Steiner2016-05-06
* Disabled the use of half2 on cuda devices of compute capability < 5.3Gravatar Benoit Steiner2016-04-08
* Made type conversion explicitGravatar Benoit Steiner2016-03-23
* Completed the implementation of vectorized type casting of half floats.Gravatar Benoit Steiner2016-03-18
* Implemented some of the missing type casting for half floatsGravatar Benoit Steiner2016-03-17
* Enable the conversion between floats and half floats on older GPUs that suppo...Gravatar Benoit Steiner2016-03-03
* Added support for tensor reductions on half floatsGravatar 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 preliminary support for half floats on CUDA GPU. For now we can simply ...Gravatar Benoit Steiner2016-02-19