aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * | Modify FindEigen3.cmake to find Eigen3Config.cmakeGravatar Silvio Traversaro2016-07-29
* | | MSVC-2010 is making problems with SFINAE again. But restricting to the varian...Gravatar klimpel2016-07-28
* | | Disable pkgconfig only for native windows buildsGravatar xantares2016-06-27
* | | Fix compilation with MSVC by using our portable numext::log1p implementation.Gravatar Gael Guennebaud2016-08-22
* | | bug #1270: bypass custom asm for pmadd and recent clang versionGravatar Gael Guennebaud2016-08-22
* | | Define EIGEN_COMP_CLANG to clang version as major*100+minor (e.g., 307 corres...Gravatar Gael Guennebaud2016-08-22
* | | bug #1278: ease parsingGravatar Gael Guennebaud2016-08-22
* | | Made the cost model cwiseMax and cwiseMin methods consts to help the PowerPC ...Gravatar Benoit Steiner2016-08-18
* | | Force the inlining of a simple accessor.Gravatar Benoit Steiner2016-08-18
* | | Merged in ibab/eigen/double-tensor-reduction (pull request PR-216)Gravatar Benoit Steiner2016-08-18
|\ \ \
| * | | Fix remaining CUDA >= 300 checksGravatar Igor Babuschkin2016-08-18
| * | | Add the necessary CUDA >= 300 checks backGravatar Igor Babuschkin2016-08-18
* | | | Properly detect the type of the result of a contraction.Gravatar Benoit Steiner2016-08-16
* | | | Fix compilation on CUDA 8 by removing call to h2log1pGravatar Igor Babuschkin2016-08-15
* | | | Use array_prod instead of calling TotalSize since TotalSize is only available...Gravatar Benoit Steiner2016-08-15
* | | | Merged in ibab/eigen/extend-log1p (pull request PR-218)Gravatar Benoit Steiner2016-08-15
|\ \ \ \
| * | | | Close branch extend-log1pGravatar Benoit Steiner2016-08-15
* | | | | Fixed a bug in the documentation.Gravatar Benoit Steiner2016-08-12
* | | | | bug #1273: Add parentheses when redefining eigen_assertGravatar Christoph Hertzberg2016-08-12
* | | | | bug #1272: Disable assertion when total number of columns is zero.Gravatar Christoph Hertzberg2016-08-12
* | | | | std::erfcf doesn't exist: use numext::erfc insteadGravatar Benoit Steiner2016-08-11
* | | | | Don't attempt to optimize partial reductions when the optimized implementatio...Gravatar Benoit Steiner2016-08-08
* | | | | Merged in ibab/eigen/extend-log1p (pull request PR-217)Gravatar Benoit Steiner2016-08-08
|\| | | |
| * | | | Add log1p support for CUDA and half floatsGravatar Igor Babuschkin2016-08-08
|/ / / /
* | | | Merged in suiyuan2009/eigen/fix_tanh_inconsistent_for_tensorflow (pull reques...Gravatar Benoit Steiner2016-08-08
|\ \ \ \
* | | | | bug #1272: Let CommaInitializer work for more border cases (enhances fix of b...Gravatar Christoph Hertzberg2016-08-08
| | * | | Remove CUDA >= 300 checks and enable outer reductin for doublesGravatar Igor Babuschkin2016-08-06
| * | | | fix tanh inconsistentGravatar Ziming Dong2016-08-06
| * | | | create fix_tanh_inconsistent branchGravatar Ziming Dong2016-08-06
|/ / / /
| * | | Merge upstream changesGravatar Igor Babuschkin2016-08-05
| |\ \ \ | |/ / / |/| | |
| * | | Make use of atomicExch for atomicExchCustomGravatar Igor Babuschkin2016-08-05
* | | | Add aliases Eigen_*_DIR to Eigen3_*_DIRGravatar Christoph Hertzberg2016-08-05
* | | | Fixed the constructors of the new half_base class.Gravatar Benoit Steiner2016-08-04
* | | | Fixed cut and paste bug in debud messageGravatar Benoit Steiner2016-08-04
* | | | Fixed the isnan, isfinite and isinf operations on GPUGravatar Benoit Steiner2016-08-04
* | | | Extended a regression test to validate that we basic fp16 support works with ...Gravatar Benoit Steiner2016-08-03
* | | | Deleted redundant regression test.Gravatar Benoit Steiner2016-08-03
* | | | Check that it's possible to forward declare the hlaf type.Gravatar Benoit Steiner2016-08-03
* | | | Move Eigen::half_impl::half to Eigen::half while preserving the free function...Gravatar Gael Guennebaud2016-08-04
* | | | Merged in ibab/eigen (pull request PR-206)Gravatar Benoit Steiner2016-08-03
|\ \ \ \
* | | | | Cleaned up the new float16 test a bitGravatar Benoit Steiner2016-08-03
* | | | | Added a test for fp16Gravatar Benoit Steiner2016-08-03
* | | | | CUDA_ARCH isn't always defined, so avoid relying on it too much when figuring...Gravatar Benoit Steiner2016-08-03
* | | | | List PARDISO solver.Gravatar Gael Guennebaud2016-08-02
* | | | | Change project name to Eigen3, to be compatible with FindEigen3.cmake and Eig...Gravatar Christoph Hertzberg2016-08-02
* | | | | Use numext::conj instead of std::conjGravatar Benoit Steiner2016-08-01
* | | | | Avoid unecessary object copiesGravatar Benoit Steiner2016-08-01
* | | | | Fix vectorization logic for coeff-based product for some corner cases.Gravatar Gael Guennebaud2016-07-31
* | | | | half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29
* | | | | bug #1266: half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29