aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ConfigureVectorization.h
Commit message (Expand)AuthorAge
* Add support for Arm SVEGravatar David Tellenbach2021-01-21
* Add support for Armv8.2-a __fp16Gravatar David Tellenbach2020-10-28
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Fixing HIP breakage caused by the recent commit that introduces Packet4h2 as ...Gravatar Deven Desai2020-03-12
* Merged in anshuljl/eigen-2/Anshul-Jaiswal/update-configurevectorizationh-to-n...Gravatar Rasmus Larsen2019-12-04
|\
* | [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
| * Update ConfigureVectorization.h to not optimize fp16 routines when compiling ...Gravatar Anshul Jaiswal2019-11-06
* | Disable AVX on broken xcode versions. See PR 748.Gravatar Gael Guennebaud2019-11-12
|/
* Add workaround for choosing the right include files with FP16C support with c...Gravatar Rasmus Munk Larsen2019-06-05
* Clean up CUDA/NVCC version macros and their use in Eigen, and a few other CUD...Gravatar Rasmus Munk Larsen2019-05-31
* Enable support for F16C with Clang. The required intrinsics were added here: ...Gravatar Rasmus Munk Larsen2019-05-20
* updates requested in the PR feedback. Also droping coded within #ifdef EIGEN_...Gravatar Deven Desai2019-03-19
* bug #1678: Fix lack of __FMA__ macro on MSVC with AVX512Gravatar Gael Guennebaud2019-02-15
* Replace host_define.h with cuda_runtime_api.hGravatar nluehr2019-01-18
* Replace compiler's alignas/alignof extension by respective c++11 keywords whe...Gravatar Gael Guennebaud2019-01-11
* Enable FMA with MSVC (through /arch:AVX2). To make this possible, I also has ...Gravatar Gael Guennebaud2018-12-07
* bug #1638: add a warning if avx512 is enabled without SSE/AVX FMAGravatar Gael Guennebaud2018-12-07
* #elif -> #else to fix GPU build.Gravatar Rasmus Munk Larsen2018-12-05
* Update checks in ConfigureVectorization.hGravatar Eugene Zhulenev2018-12-03
* Do not disable alignment with EIGEN_GPUCCGravatar Eugene Zhulenev2018-12-03
* Fix typo in comment on EIGEN_MAX_STATIC_ALIGN_BYTESGravatar Nikolaus Demmel2018-11-14
* This commit contains the following (HIP specific) updates:Gravatar Deven Desai2018-10-01
* Provide EIGEN_ALIGNOF macro, and give handmade_aligned_malloc the possibility...Gravatar Christoph Hertzberg2018-09-14
* Add MIPS changes missing from previous merge.Gravatar Alexey Frunze2018-07-18
* Add support for MIPS SIMD (MSA)Gravatar Alexey Frunze2018-07-06
* Cleanup the mess in Eigen/Core by moving CUDA/HIP stuff at more appropriate p...Gravatar Gael Guennebaud2018-07-12