aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/CUDA/Half.h
Commit message (Expand)AuthorAge
* use ::hlog if available.Gravatar Gael Guennebaud2016-08-29
* Fix compilation with MSVC by using our portable numext::log1p implementation.Gravatar Gael Guennebaud2016-08-22
* Add log1p support for CUDA and half floatsGravatar Igor Babuschkin2016-08-08
* Fixed the constructors of the new half_base class.Gravatar Benoit Steiner2016-08-04
* Fixed the isnan, isfinite and isinf operations on GPUGravatar Benoit Steiner2016-08-04
* Move Eigen::half_impl::half to Eigen::half while preserving the free function...Gravatar Gael Guennebaud2016-08-04
* bug #1266: half implementation has been moved to half_impl namespaceGravatar Christoph Hertzberg2016-07-29
* More cleaning in half:Gravatar Gael Guennebaud2016-07-22
* Add missing log10 and random generator for half.Gravatar Gael Guennebaud2016-07-21
* Some cleanup in Halh: standard functions should be defined in the namespace o...Gravatar Gael Guennebaud2016-07-21
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Fix compilation with ICC.Gravatar Gael Guennebaud2016-05-25
* Replace multiple constructors of half-type by a generic/templated constructor...Gravatar Christoph Hertzberg2016-05-23
* Make EIGEN_HAS_C99_MATH user configurableGravatar Gael Guennebaud2016-05-20
* Misc fixes for fp16Gravatar Benoit Steiner2016-05-11
* Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-05-11
|\
| * Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2016-05-11
|/
* Relaxed the dummy precision for fp16Gravatar Benoit Steiner2016-05-05
* Fixed compilation error with cuda >= 7.5Gravatar Benoit Steiner2016-05-03
* Made a cast explicitGravatar Benoit Steiner2016-05-02
* Fixed compilation errors generated by clangGravatar Benoit Steiner2016-04-29
* fpclassify isn't portable enough. In particular, the return values of the fun...Gravatar Benoit Steiner2016-04-27
* Improved support for min and max on 16 bit floats when running on recent cuda...Gravatar Benoit Steiner2016-04-27
* Added support for fpclassify in Eigen::NumextGravatar Benoit Steiner2016-04-27
* Force the inlining of the << operator on half floatsGravatar Benoit Steiner2016-04-14
* Inline the << operator on half floatsGravatar Benoit Steiner2016-04-14
* Added ability to printf fp16Gravatar Benoit Steiner2016-04-14
* Properly gate the definition of the error and gamma functions for fp16Gravatar Benoit Steiner2016-04-13
* Added basic implementation of the lgamma, digamma, igamma, igammac, polygamma...Gravatar Benoit Steiner2016-04-13
* Added support for sin, cos, tan, and tanh on fp16Gravatar Benoit Steiner2016-04-13
* Added constructors to convert unsigned integers into fp16Gravatar Benoit Steiner2016-04-13
* Added epsilon, dummy_precision, infinity and quiet_NaN NumTraits for fp16Gravatar Benoit Steiner2016-04-11
* Initial support for taking the power of fp16Gravatar Benoit Steiner2016-04-08
* Move the functions operating on fp16 out of the std namespace and into the Ei...Gravatar Benoit Steiner2016-04-07
* Fixed compilation warning triggered by msvcGravatar Benoit Steiner2016-04-06
* Added support for hardware conversion between fp16 and full floats wheneverGravatar Benoit Steiner2016-04-06
* Made the fp16 code more portable.Gravatar Benoit Steiner2016-04-06
* Added some missing conversions to the Half class, and fixed the implementatio...Gravatar Benoit Steiner2016-04-06
* Added support for isfinite on fp16Gravatar Benoit Steiner2016-04-06
* Hashing was only officially introduced in c++11. Therefore only define an imp...Gravatar Benoit Steiner2016-03-31
* Improved code formatingGravatar Benoit Steiner2016-03-31
* Added the ability to hash a fp16Gravatar Benoit Steiner2016-03-31
* Added __ldg primitive for fp16.Gravatar Benoit Steiner2016-03-31
* Added NumTraits for half floatsGravatar Benoit Steiner2016-03-31
* Fixed a typoGravatar Benoit Steiner2016-03-31
* Added support for standard mathematical functions and trancendentals(such as...Gravatar Benoit Steiner2016-03-29
* Fixed contractions of fp16Gravatar Benoit Steiner2016-03-23
* Added the ability to divide a half float by an indexGravatar Benoit Steiner2016-03-23
* Added more conversion operators for half floatsGravatar Benoit Steiner2016-03-23