aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge the content of the ComputeCpp branch into the default branchGravatar Benoit Steiner2016-10-07
|\
* | Added missing AVX intrinsics for fp16: in particular, implemented predux whic...Gravatar Benoit Steiner2016-10-06
* | Fix compilation of qr.inverse() for column and full pivoting variants.Gravatar Gael Guennebaud2016-10-06
| * Fixed a couple of compilation warningsGravatar Benoit Steiner2016-10-05
| * Pull the latest updates from trunkGravatar Benoit Steiner2016-10-05
| |\
| * | Fixed compilation warningsGravatar Benoit Steiner2016-10-05
| * | Fixed compilation warningGravatar Benoit Steiner2016-10-05
* | | Increased the robustness of the reduction tests on fp16Gravatar Benoit Steiner2016-10-05
* | | Increase the tolerance to numerical noise.Gravatar Benoit Steiner2016-10-05
* | | ::rand() returns a signed integer on win32Gravatar Benoit Steiner2016-10-05
* | | Fixed a typo that impacts windows buildsGravatar Benoit Steiner2016-10-05
| |/ |/|
* | Silenced compilation warningGravatar Benoit Steiner2016-10-04
* | Properly characterize the CUDA packet primitives for fp16 as device onlyGravatar Benoit Steiner2016-10-04
* | Cleanup the cuda executor code.Gravatar Benoit Steiner2016-10-04
* | Cleaned up the random number generation code.Gravatar Benoit Steiner2016-10-04
* | Use explicit type casting to generate packets of zeros.Gravatar Benoit Steiner2016-10-04
* | Improved support for compiling CUDA code with clang as the host compilerGravatar Benoit Steiner2016-10-03
* | Added support for constand std::complex numbers on GPUGravatar Benoit Steiner2016-10-03
* | bug #1317: fix performance regression with some Block expressions and clang b...Gravatar Gael Guennebaud2016-10-01
* | bug #1310: workaround a compilation regression from 3.2 regarding triangular ...Gravatar Gael Guennebaud2016-09-30
| * Renamed the SYCL tests to follow the standard naming convention.Gravatar Benoit Steiner2016-09-30
* | Fix angle rangeGravatar Gael Guennebaud2016-09-30
* | Remove std:: prefixGravatar Gael Guennebaud2016-09-30
* | bug #1312: Quaternion to AxisAngle conversion now ensures the angle will be i...Gravatar Gael Guennebaud2016-09-29
* | bug #1308: fix compilation of some small products involving nullary-expressions.Gravatar Gael Guennebaud2016-09-29
* | Updated the list of warnings to reflect the new message ids introduced in cud...Gravatar Benoit Steiner2016-09-28
* | Updated the tensor sum and mean reducer to enable them to process complex num...Gravatar Benoit Steiner2016-09-28
| * Converting alias template to nested struct in order to be compatible with CXX-03Gravatar Mehdi Goli2016-09-27
* | Merged in sergiu/eigen (pull request PR-229)Gravatar Gael Guennebaud2016-09-27
|\ \
* | | Add debug info.Gravatar Gael Guennebaud2016-09-26
* | | bug #1311: fix alignment logic in some cases of (scalar*small).lazyProduct(sm...Gravatar Gael Guennebaud2016-09-26
* | | Made the initialization of a CUDA device thread safe.Gravatar Benoit Steiner2016-09-26
* | | bug #1308: fix compilation of vector * rowvector::nullary.Gravatar Gael Guennebaud2016-09-25
| * | disabled MSVC level 4 warning C4714Gravatar Sergiu Deitsch2016-09-25
| | * Made TensorEvalTo compatible with c++0x again.Gravatar Benoit Steiner2016-09-23
| | * Deleted unused TensorMap data memberGravatar Benoit Steiner2016-09-23
* | | bug #1304: fix Projective * scaling and Projective *= scalingGravatar Gael Guennebaud2016-09-23
* | | Add missing file.Gravatar Gael Guennebaud2016-09-23
* | | Made the gaussian generator usable on GPUGravatar Benoit Steiner2016-09-22
* | | Added a specialization of Eigen::numext::real and Eigen::numext::imag for std...Gravatar Benoit Steiner2016-09-22
* | | Added tag 3.3-rc1 for changeset 77e27fbeee7acb289d7df809fc09a8cc8ee94eb7Gravatar Gael Guennebaud2016-09-22
|/ /
* | bump to 3.3-rc1Gravatar Gael Guennebaud2016-09-22
* | mergeGravatar Gael Guennebaud2016-09-22
|\ \
* \ \ mergeGravatar Gael Guennebaud2016-09-22
|\ \ \
* | | | Backout changeset ce3557ca69742af477546d031d644a6dab1ff614Gravatar Gael Guennebaud2016-09-22
| * | | Add a nullary-functor example performing index-based sub-matrices.Gravatar Gael Guennebaud2016-09-22
| | * | Calls x.imag() instead of imag(x) when x is a complex number since the formerGravatar Benoit Steiner2016-09-22
| * | | Bypass identity reflectors.Gravatar Gael Guennebaud2016-09-22
| |/ /
| * | fix documentation of LinSpacedGravatar Felix Gruber2016-09-22
| * | Add a note regarding gcc bug #72867Gravatar Gael Guennebaud2016-09-22