| Commit message (Expand) | Author | Age |
* | Creating separate SYCL required PR for uncontroversial files. | Mehdi Goli | 2018-08-03 |
* | Add pcast packet op for NEON. | Rasmus Munk Larsen | 2018-07-26 |
* | Add MIPS changes missing from previous merge. | Alexey Frunze | 2018-07-18 |
* | More clearly disable the inclusion of src/Core/arch/CUDA/Complex.h without CUDA | Gael Guennebaud | 2018-07-18 |
* | Forward declaring std::array does not work with all std libs, so let's just i... | Gael Guennebaud | 2018-07-13 |
* | Cleanup the mess in Eigen/Core by moving CUDA/HIP stuff at more appropriate p... | Gael Guennebaud | 2018-07-12 |
* | Updates corresponding to the latest round of PR feedback | Deven Desai | 2018-07-11 |
* | merging updates from upstream | Deven Desai | 2018-07-11 |
|\ |
|
* | | updates based on PR feedback | Deven Desai | 2018-06-14 |
| * | Extend CUDA support to matrix inversion and selfadjointeigensolver | Andrea Bocci | 2018-06-11 |
* | | Adding support for using Eigen in HIP kernels. | Deven Desai | 2018-06-06 |
|/ |
|
* | Define pcast<> for SSE types even when AVX is enabled. (otherwise float are s... | Gael Guennebaud | 2018-05-29 |
* | AVX512: _mm512_rsqrt28_ps is available for AVX512ER only | Gael Guennebaud | 2018-04-03 |
* | MIsc. source and comment typos | luz.paz | 2018-03-11 |
* | For cuda 9.1 replace math_functions.hpp with cuda_runtime.h | nluehr | 2017-12-18 |
* | Added support for CUDA 9.0. | Benoit Steiner | 2017-08-31 |
* | bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in... | Gael Guennebaud | 2017-08-24 |
* | Disable vectorization when compiled by nvcc, even is EIGEN_NO_CUDA is defined | Gael Guennebaud | 2017-07-17 |
* | Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al... | Gael Guennebaud | 2017-07-17 |
* | bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializa... | Gael Guennebaud | 2017-06-15 |
* | bug #1391: include IO.h before DenseBase to enable its usage in DenseBase plu... | Gael Guennebaud | 2017-02-13 |
* | Merged in ggael/eigen-flexidexing (pull request PR-294) | Gael Guennebaud | 2017-01-26 |
|\ |
|
* | | bug #1382: move using std::size_t/ptrdiff_t to Eigen's namespace (still bette... | Gael Guennebaud | 2017-01-23 |
| * | Add support for fixed-value in symbolic expression, c++11 only for now. | Gael Guennebaud | 2017-01-19 |
* | | Made sure that enabling avx2 instructions enables avx and sse instructions as... | Benoit Steiner | 2017-01-19 |
| * | Add support for symbolic expressions as arguments of operator() | Gael Guennebaud | 2017-01-16 |
| * | Large code refactoring: | Gael Guennebaud | 2017-01-11 |
| * | Move fix and symbolic to their own file, and improve doxygen compatibility | Gael Guennebaud | 2017-01-11 |
| * | Initial commit to add a generic indexed-based view of matrices. | Gael Guennebaud | 2017-01-06 |
|/ |
|
* | Include SSE packet instructions when compiling with avx512 enabled. | Benoit Steiner | 2016-12-19 |
* | Fixed merge conflicts | Benoit Steiner | 2016-11-19 |
* | Merged eigen/eigen into default | Benoit Steiner | 2016-11-17 |
|\ |
|
* | | Specialised basic math functions for SYCL device. | Luke Iwanski | 2016-11-17 |
| * | Enable the use of AVX512 instruction by default | Benoit Steiner | 2016-11-16 |
|/ |
|
* | Merged eigen/eigen into default | Benoit Steiner | 2016-11-04 |
|\ |
|
* | | Removed the sycl include from Eigen/Core and moved it to Unsupported/Eigen/CX... | Mehdi Goli | 2016-11-04 |
| * | Improved AVX512 configuration | Benoit Steiner | 2016-11-03 |
| * | Improved AVX512 support | Benoit Steiner | 2016-11-03 |
| * | Merged eigen/eigen into default | Benoit Steiner | 2016-11-03 |
| |\
| |/
|/| |
|
* | | Disable vectorization on device only when compiling for sycl | Benoit Steiner | 2016-11-02 |
* | | Merge latest updates from trunk | Benoit Steiner | 2016-10-20 |
|\ \ |
|
| * | | Fixed a few typos in the ternary tensor expressions types | Benoit Steiner | 2016-10-19 |
* | | | Fixing the typo regarding missing #if needed for proper handling of exception... | Mehdi Goli | 2016-10-16 |
* | | | Applyiing Benoit's comment to return the missing line back in Eigen/Core | Mehdi Goli | 2016-10-14 |
* | | | Reducing the code by generalising sycl backend functions/structs. | Mehdi Goli | 2016-10-14 |
| | * | Enabling AVX512 should also enable AVX2. | Benoit Steiner | 2016-10-06 |
| | * | Merged latest updates from trunk | Benoit Steiner | 2016-10-05 |
| | |\
| | |/
| |/| |
|
* | | | Pull the latest updates from trunk | Benoit Steiner | 2016-10-05 |
|\| | |
|
| * | | Added support for constand std::complex numbers on GPU | Benoit Steiner | 2016-10-03 |
| * | | Add CUDA-specific std::complex<T> specializations for scalar_sum_op, scalar_d... | RJ Ryan | 2016-09-20 |