aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* moving Half headers from CUDA dir to GPU dir, removing the HIP versionsGravatar Deven Desai2018-06-13
* syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\
| * Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
| |\
| * | Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
* | | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
|/ /
| * Fix compilation with MSVC by reverting to char* for _mm_prefetch except for P...Gravatar Gael Guennebaud2018-06-07
|/
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* Define pcast<> for SSE types even when AVX is enabled. (otherwise float are s...Gravatar Gael Guennebaud2018-05-29
* Fix compilation and SSE support with PGI compilerGravatar Gael Guennebaud2018-05-29
* Fix compilation with NEON+MSVCGravatar Gael Guennebaud2018-04-26
* bug #1428: atempt to make NEON vectorization compilable by MSVC.Gravatar Gael Guennebaud2018-04-24
* fix AVX512 plogGravatar Jayaram Bobba2018-04-20
* fix const cast in NEONGravatar Gael Guennebaud2018-04-18
* bug #1520: workaround some -Wfloat-equal warnings by calling std::equal_toGravatar Gael Guennebaud2018-04-11
* Add a note on vec_min vs asmGravatar Gael Guennebaud2018-04-04
* bug #1494: makes pmin/pmax behave on Altivec/VSX as on x86 regading NaNsGravatar Gael Guennebaud2018-04-04
* comment unreachable codeGravatar Gael Guennebaud2018-04-03
* AVX512: _mm512_rsqrt28_ps is available for AVX512ER onlyGravatar Gael Guennebaud2018-04-03
* Rename predux_downto4 to be more accurate on its semantic.Gravatar Gael Guennebaud2018-04-03
* AVX512: fix psqrt and prsqrtGravatar Gael Guennebaud2018-04-03
* AVX512: add missing pinsertfirst and pinsertlast, implement pblend for Packet...Gravatar Gael Guennebaud2018-04-03
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Move up the specialization of std::numeric_limitsGravatar Daniel Trebbien2018-02-18
* Replace __float2half_rn with __float2halfGravatar nluehr2017-11-28
* Fix incorrect integer cast in predux<half2>().Gravatar nluehr2017-11-21
* Merged in guillaume_michel/eigen (pull request PR-334)Gravatar Christoph Hertzberg2017-10-23
* Restore `__device__`Gravatar Henry Schreiner2017-10-21
* Fixing missing inlines on device functions for newer CUDA cardsGravatar Henry Schreiner2017-10-20
* remove debuggingGravatar Konstantinos Margaritis2017-10-12
* Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2017-10-12
|\
* | explicitly set conjugate maskGravatar Konstantinos Margaritis2017-10-11
* | added some extra debuggingGravatar Konstantinos Margaritis2017-10-11
* | some Packet2cf pmul fixesGravatar Konstantinos Margaritis2017-10-11
* | initial pexp() for 32-bit floats, commented out due to vec_cts()Gravatar Konstantinos Margaritis2017-10-11
* | initial pexp() for 32-bit floats, commented out due to vec_cts()Gravatar Konstantinos Margaritis2017-10-11
* | fix predux_mul for z14/floatGravatar Konstantinos Margaritis2017-10-10
* | complete z14 portGravatar Konstantinos Margaritis2017-10-09
| * Add C++11 max_digits10 for half.Gravatar Gael Guennebaud2017-09-06
| * Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
* | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2017-08-24
|\|
| * bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...Gravatar Gael Guennebaud2017-08-24
* | initial support for z14Gravatar Konstantinos Margaritis2017-08-06
| * Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
|/
* mergeGravatar Gael Guennebaud2017-06-15
|\
* | bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializa...Gravatar Gael Guennebaud2017-06-15
| * Added missing __device__ qualifierGravatar Benoit Steiner2017-06-13
|/|
| * Added missing __device__ qualifierGravatar Benoit Steiner2017-06-13
* | fix compilation of Half in C++98 (issue introduced in previous commit)Gravatar Gael Guennebaud2017-06-09
* | Fix compilation with gcc 4.3 and ARM NEONGravatar Gael Guennebaud2017-06-09