aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
...
* | Eigen: Fix MSVC C++17 language standard detection logicGravatar Scott Ramsby2019-05-03
|/
* Add masked_store_available to unpacket_traitsGravatar Eugene Zhulenev2019-05-02
* Adding lowlevel APIs for optimized RHS packet load in TensorFlowGravatar Anuj Rawat2019-04-20
* 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
|\
| * Fully qualify Eigen::internal::aligned_freeGravatar Sam Hasinoff2019-03-02
| * bug #1409: make EIGEN_MAKE_ALIGNED_OPERATOR_NEW* macros empty in c++17 mode:Gravatar Gael Guennebaud2019-02-20
| * Commas at the end of enumerator lists are not allowed in C++03Gravatar Christoph Hertzberg2019-02-19
| * Add C++17 detection macro, and make sure throw(xpr) is not used if the compil...Gravatar Gael Guennebaud2019-02-19
| * GEMM: catch all scalar-multiple variants when falling-back to a coeff-based p...Gravatar Gael Guennebaud2019-02-18
| * bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
| * bug #1678: Fix lack of __FMA__ macro on MSVC with AVX512Gravatar Gael Guennebaud2019-02-15
| * bug #1676: workaround GCC's bug in c++17 mode.Gravatar Gael Guennebaud2019-02-07
| * Fix conflicts and mergeGravatar Gael Guennebaud2019-01-30
| |\
| * | Replace host_define.h with cuda_runtime_api.hGravatar nluehr2019-01-18
| * | PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
| * | TypoGravatar Gael Guennebaud2019-01-15
| * | 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
| * | bug #1654: fix compilation with cuda and no c++11Gravatar Gael Guennebaud2019-01-09
| | * Introducing "vectorized" byte on unpacket_traits structsGravatar Gustavo Lima Chaves2018-12-19
| |/
| * 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 typosGravatar Patrik Huber2018-11-23
* | ROCm/HIP specfic fixes + updatesGravatar Deven Desai2018-11-19
|/
* Fix typo in comment on EIGEN_MAX_STATIC_ALIGN_BYTESGravatar Nikolaus Demmel2018-11-14
* Recent xcode versions does support EIGEN_HAS_STATIC_ARRAY_TEMPLATEGravatar Gael Guennebaud2018-11-09
* Fix code formatGravatar Eugene Zhulenev2018-11-02
* Workaround nbcc+msvc compiler bugGravatar Eugene Zhulenev2018-11-02
* bug #1618: Use different power-of-2 check to avoid MSVC warningGravatar Christoph Hertzberg2018-11-01
* Do not rely on the compiler generating __device__ functions for constexpr in ...Gravatar Rasmus Munk Larsen2018-10-22
* Only set EIGEN_CONSTEXPR_ARE_DEVICE_FUNC for clang++ if cxx_relaxed_constexpr...Gravatar Rasmus Munk Larsen2018-10-18
* Use void type if stl-style iterators are not supportedGravatar Eugene Zhulenev2018-10-10
* Compile time detection for unimplemented stl-style iteratorsGravatar Eugene Zhulenev2018-10-09
* mergeGravatar Gael Guennebaud2018-10-08
|\
| * Implement a better workaround for GCC's bug #87544Gravatar Gael Guennebaud2018-10-07
| * Workaround gcc bug making it trigger an invalid warningGravatar Gael Guennebaud2018-10-07
* | Simplify API by removing allCols/allRows and reusing rowwise/colwise to defin...Gravatar Gael Guennebaud2018-10-05
* | Move iterators to internal, improve doc, make unit test c++03 friendlyGravatar Gael Guennebaud2018-10-03
| * fix unused warningGravatar Gael Guennebaud2018-10-03
* | Add pointer-based iterator for direct-access expressionsGravatar Gael Guennebaud2018-10-02
* | Factorize RowsProxy/ColsProxy and related iterators using subVector<>(Index)Gravatar Gael Guennebaud2018-10-02
* | bug #231: initial implementation of STL iterators for dense expressionsGravatar Gael Guennebaud2018-10-01
| * Merged in deven-amd/eigen/HIP_fixes (pull request PR-518)Gravatar Christoph Hertzberg2018-10-01
|/|
| * This commit contains the following (HIP specific) updates:Gravatar Deven Desai2018-10-01
* | Provide EIGEN_OVERRIDE and EIGEN_FINAL macros to mark virtual function overridesGravatar Christoph Hertzberg2018-09-24
|/
* oops, I've been too fast in previous copy/pasteGravatar Gael Guennebaud2018-09-27