aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Add masked pstoreu to AVX and AVX512 PacketMathGravatar Eugene Zhulenev2019-05-02
* | Fix regression in changeset ae33e866c750c6c24ada5c6f7f3ec15815d0e683Gravatar Gael Guennebaud2019-05-02
* | Merged in ezhulenev/eigen-01 (pull request PR-633)Gravatar Rasmus Larsen2019-04-29
|\ \
| | * Speed up GEMV on AVX-512 builds, just as done for GEBP previously.Gravatar Gustavo Lima Chaves2019-04-26
* | | Fix compilation with PGI version 19Gravatar Andy May2019-04-25
| |/ |/|
* | Merged in ezhulenev/eigen-01 (pull request PR-632)Gravatar Gael Guennebaud2019-04-25
|\ \
| | * Check if gpu_assert was overridden in TensorGpuHipCudaDefinesGravatar Eugene Zhulenev2019-04-25
| |/ |/|
| * Fix doxygen warnings to enable statis code analysisGravatar Eugene Zhulenev2019-04-24
* | Get rid of SequentialLinSpacedReturnType deprecation warnings in DenseBase.hGravatar Eugene Zhulenev2019-04-24
|/
* Remove deprecation annotation from typedef Eigen::Index Index, as it would ge...Gravatar Rasmus Munk Larsen2019-04-24
* Add missing EIGEN_DEPRECATED annotations to deprecated functions and fix few ...Gravatar Eugene Zhulenev2019-04-23
* Use packet ops instead of AVX2 intrinsicsGravatar Eugene Zhulenev2019-04-23
* Adding lowlevel APIs for optimized RHS packet load in TensorFlowGravatar Anuj Rawat2019-04-20
* Split the implementation of i?amax/min into two. Based on PR-627 by Sameer Ag...Gravatar Christoph Hertzberg2019-04-15
* Tweak cost model for tensor contraction when parallelizing over the inner dim...Gravatar Rasmus Munk Larsen2019-04-12
* Update TheadPoolDevice example to include ThreadPool creation and passing poi...Gravatar Jonathon Koyle2019-04-10
* adding EIGEN_DEVICE_FUNC to the recently added TensorContractionKernel constr...Gravatar Deven Desai2019-04-08
* Add missing semicolonGravatar Eugene Zhulenev2019-04-02
* Add support for custom packed Lhs/Rhs blocks in tensor contractionsGravatar Eugene Zhulenev2019-04-01
* bug #1695: fix a numerical robustness issue. Computing the secular equation a...Gravatar Gael Guennebaud2019-03-27
* Collapsed revision from PR-619Gravatar William D. Irons2019-03-26
* ICC does not support -fno-unsafe-math-optimizationsGravatar Gael Guennebaud2019-03-22
* updates requested in the PR feedback. Also droping coded within #ifdef EIGEN_...Gravatar Deven Desai2019-03-19
* Merged eigen/eigen into defaultGravatar Deven Desai2019-03-19
|\
| * Merged in rmlarsen/eigen (pull request PR-618)Gravatar Rasmus Larsen2019-03-18
| |\
| * | fix unit test in c++03: c++03 does not allow passing local or anonymous enum ...Gravatar Gael Guennebaud2019-03-18
| * | bug #1692: enable enum as sizes of Matrix and ArrayGravatar Gael Guennebaud2019-03-17
| | * Make clipping outside [-18:18] consistent for vectorized and non-vectorized p...Gravatar Rasmus Munk Larsen2019-03-15
| |/
| * Merged in tellenbach/eigen/sykline_consistent_include_guards (pull request PR...Gravatar Rasmus Larsen2019-03-15
| |\
| | * Fix include guard commentsGravatar David Tellenbach2019-03-15
| |/
| * Clean up half packet traits and add a few more missing packet ops.Gravatar Rasmus Munk Larsen2019-03-14
| * Remove undefined std::complex<int>Gravatar David Tellenbach2019-03-14
| * PR 593: Add variadtic ctor for DiagonalMatrix with unit testsGravatar David Tellenbach2019-03-14
| * revert debug stuffGravatar Gael Guennebaud2019-03-14
| * Remove EIGEN_MPL2_ONLY guard in IncompleteCholesky that is no longer needed a...Gravatar Rasmus Munk Larsen2019-03-13
| * bug #1684: partially workaround clang's 6/7 bug #40815Gravatar Gael Guennebaud2019-03-13
| * Merged in rmlarsen/eigen (pull request PR-615)Gravatar Rasmus Larsen2019-03-12
| |\
| * | erm.. use proper idGravatar Thomas Capricelli2019-03-12
| * | update tracking codeGravatar Thomas Capricelli2019-03-12
| | * Clean up PacketMathHalf.h and add a few missing logical packet ops.Gravatar Rasmus Munk Larsen2019-03-11
| |/
| * Fix segfaults with cuda compilationGravatar Eugene Zhulenev2019-03-11
| * Fix a bug in TensorGenerator for 1d tensorsGravatar Eugene Zhulenev2019-03-11
| * Fix a data race in NonBlockingThreadPoolGravatar Eugene Zhulenev2019-03-11
| * Apply SSE's pmin/pmax fix for GCC <= 5 to AVX's pmin/pmaxGravatar Gael Guennebaud2019-03-10
| * Change license from LGPL to MPL2 with agreement from David Harmon.Gravatar Gael Guennebaud2019-03-07
| * Merge.Gravatar Rasmus Munk Larsen2019-03-06
| |\
| * | Add macro EIGEN_AVOID_THREAD_LOCAL to make it possible to manually disable th...Gravatar Rasmus Munk Larsen2019-03-06
| | * Fix placement of "#if defined(EIGEN_GPUCC)" guard region.Gravatar Rasmus Munk Larsen2019-03-06
| | |\
| | * | Fix placement of "#if defined(EIGEN_GPUCC)" guard region.Gravatar Rasmus Munk Larsen2019-03-06
| |/ /
| | * Add missing return to NonBlockingThreadPool::LocalStealGravatar Eugene Zhulenev2019-03-06