aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* Fix packed load/store for PowerPC's VSXGravatar João P. L. de Carvalho2019-08-09
* Fix offset argument of ploadu/pstoreu for AltivecGravatar João P. L. de Carvalho2019-08-09
* bug #1718: Add cast to successfully compile with clang on PowerPCGravatar João P. L. de Carvalho2019-08-09
* [SYCL] Adding the SYCL memory model. The SYCL memory model provides :Gravatar Mehdi Goli2019-07-01
* Fix CUDA compilation error for pselect<half>.Gravatar Rasmus Munk Larsen2019-06-28
* [SYCL] This PR adds the minimum modifications to Eigen core required to run E...Gravatar Mehdi Goli2019-06-27
* fix for a ROCm/HIP specificcompile errror introduced by a recent commit.Gravatar Deven Desai2019-06-22
* Remove extra "one" in comment.Gravatar Rasmus Munk Larsen2019-06-20
* Update comment as suggested by tra@google.com.Gravatar Rasmus Munk Larsen2019-06-20
* Fix grammar.Gravatar Rasmus Munk Larsen2019-06-20
* Added comment explaining the surprising EIGEN_COMP_CLANG && !EIGEN_COMP_NVCC ...Gravatar Rasmus Munk Larsen2019-06-20
* Fix CUDA build on Mac.Gravatar Rasmus Munk Larsen2019-06-20
* Various fixes for packet ops.Gravatar Rasmus Munk Larsen2019-06-20
* Clean up CUDA/NVCC version macros and their use in Eigen, and a few other CUD...Gravatar Rasmus Munk Larsen2019-05-31
* fix for HIP build errors that were introduced by a commit earlier this weekGravatar Deven Desai2019-05-24
* Make Eigen build with cuda 10 and clang.Gravatar Rasmus Munk Larsen2019-05-15
* Removing unused API to fix compile error in TensorFlow due toGravatar Anuj Rawat2019-05-12
* Fix AVX512 & GCC 6.3 compilationGravatar Eugene Zhulenev2019-05-07
* Add masked_store_available to unpacket_traitsGravatar Eugene Zhulenev2019-05-02
* Add masked pstoreu for Packet16hGravatar Eugene Zhulenev2019-05-02
* Add masked pstoreu to AVX and AVX512 PacketMathGravatar Eugene Zhulenev2019-05-02
* Fix regression in changeset ae33e866c750c6c24ada5c6f7f3ec15815d0e683Gravatar Gael Guennebaud2019-05-02
* Fix compilation with PGI version 19Gravatar Andy May2019-04-25
* 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
* 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
|\
| * Clean up half packet traits and add a few more missing packet ops.Gravatar Rasmus Munk Larsen2019-03-14
| * Clean up PacketMathHalf.h and add a few missing logical packet ops.Gravatar Rasmus Munk Larsen2019-03-11
| * Apply SSE's pmin/pmax fix for GCC <= 5 to AVX's pmin/pmaxGravatar Gael Guennebaud2019-03-10
| * fix alignment in ploadquadGravatar Gael Guennebaud2019-02-22
| * AVX512: implement faster ploadquad<Packet16f> thus speeding up GEMMGravatar Gael Guennebaud2019-02-21
| * bug #1674: workaround clang fast-math aggressive optimizationsGravatar Gael Guennebaud2019-02-22
| * Fix compilation on ARM.Gravatar Gael Guennebaud2019-02-22
| * Add a few missing packet ops: cmp_eq for NEON. pfloor for GPU.Gravatar Rasmus Munk Larsen2019-02-21
| * bug #1678: workaround MSVC compilation issues with AVX512Gravatar Gael Guennebaud2019-02-15
| * bug #1674: disable GCC's unsafe-math-optimizations in sin/cos vectorization (...Gravatar Gael Guennebaud2019-02-03
| * Fix conflicts and mergeGravatar Gael Guennebaud2019-01-30
| |\
| * | Renaming some more `I` identifiersGravatar Christoph Hertzberg2019-01-26
| * | Add missing logical packet ops for GPU and NEON.Gravatar Rasmus Munk Larsen2019-01-17
| * | Fix compilation error for logical packet ops with older compilers.Gravatar Rasmus Munk Larsen2019-01-16
| * | bug #1652: fix position of EIGEN_ALIGN16 attributes in Neon and AltivecGravatar Gael Guennebaud2019-01-14
| * | AVX512: fix pgather/pscatter for Packet4cd and unaligned pointersGravatar Gael Guennebaud2019-01-14
| * | AVX512 (r)sqrt(double) was mistakenly disabled with clang and othersGravatar Gael Guennebaud2019-01-14
| * | PR 571: Implements an accurate argument reduction algorithm for huge inputs o...Gravatar Gael Guennebaud2019-01-14
| * | Replace compiler's alignas/alignof extension by respective c++11 keywords whe...Gravatar Gael Guennebaud2019-01-11
| * | Fix warnings in ptrue for complex and half types.Gravatar Rasmus Munk Larsen2019-01-11
| * | Fix merge.Gravatar Rasmus Munk Larsen2019-01-11