aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Memory.h
Commit message (Expand)AuthorAge
* Support manually disabling exceptionsHEADmasterGravatar Benjamin Barenblat2021-07-07
* DenseStorage safely copy/swap.Gravatar Antonio Sanchez2021-04-22
* Fix CUDA device new and delete, and add test.Gravatar Antonio Sanchez2021-02-24
* Revert "add EIGEN_DEVICE_FUNC to EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF macros (o...Gravatar Antonio Sánchez2021-02-19
* add EIGEN_DEVICE_FUNC to EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF macros (only if n...Gravatar Masaki Murooka2021-02-17
* Fix signed-unsigned comparison.Gravatar Antonio Sanchez2021-01-20
* Proper CPUIDGravatar Ivan Popivanov2021-01-18
* Add EIGEN_UNUSED_VARIABLE to unused variable in Memory.hGravatar Rasmus Munk Larsen2020-09-15
* Fix issue #1968. Don't discard return value from "new" in C++17.Gravatar Rasmus Munk Larsen2020-09-13
* remove semi triggering -Wextra-semi-stmtGravatar Alexander Neumann2020-09-07
* Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...Gravatar Rasmus Munk Larsen2019-11-05
* Remove internal::smart_copy and replace with std::copyGravatar Eugene Zhulenev2019-10-29
* 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
* | ROCm/HIP specfic fixes + updatesGravatar Deven Desai2018-11-19
|/
* bug #1618: Use different power-of-2 check to avoid MSVC warningGravatar Christoph Hertzberg2018-11-01
* 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
* This commit contains the following (HIP specific) updates:Gravatar Deven Desai2018-10-01
* Fix EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE for AVX512 or ...Gravatar Gael Guennebaud2018-09-21
* Provide EIGEN_ALIGNOF macro, and give handmade_aligned_malloc the possibility...Gravatar Christoph Hertzberg2018-09-14
* Fix doxy and misc. typosGravatar luz.paz"2018-08-01
* applying EIGEN_DECLARE_TEST to *gpu* testsGravatar Deven Desai2018-07-17
* Relax the condition to not only work on Android.Gravatar Rasmus Munk Larsen2018-07-13
* Clang produces incorrect Thumb2 assembler when using alloca.Gravatar Rasmus Munk Larsen2018-07-13
* Merged in deven-amd/eigen (pull request PR-402)Gravatar Gael Guennebaud2018-07-12
|\
* | Fix double ;;Gravatar Gael Guennebaud2018-07-11
| * merging updates from upstreamGravatar Deven Desai2018-07-11
| |\ | |/ |/|
* | Introduce the macro ei_declare_local_nested_eval to help allocating on the st...Gravatar Gael Guennebaud2018-07-09
| * updates based on PR feedbackGravatar Deven Desai2018-06-14
* | Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
| * Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
|/
* commit 45e9c9996da790b55ed9c4b0dfeae49492ac5c46 (HEAD -> memory_fix)Gravatar Gael Guennebaud2018-04-03
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* bug #1468 (1/2) : add missing std:: to memcpyGravatar Gael Guennebaud2017-09-22
* Update documentation for aligned_allocatorGravatar Gael Guennebaud2017-09-20
* Revert PR-292. After further investigation, the memcpy->memmove change was on...Gravatar Rasmus Munk Larsen2017-01-26
* Update copy helper to use fast_memcpy.Gravatar Rasmus Munk Larsen2017-01-24
* Adds a fast memcpy function to Eigen. This takes advantage of the following:Gravatar Rasmus Munk Larsen2017-01-24
* Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_tGravatar Gael Guennebaud2017-01-23
* typo UIntPtrGravatar Angelos Mantzaflaris2016-12-01
* fix two warnings(unused typedef, unused variable) and a typoGravatar Angelos Mantzaflaris2016-12-01
* Fixed compilation warnings generated by nvcc 6.5 (and below) when compiling t...Gravatar Benoit Steiner2016-09-14
* Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi...Gravatar Gael Guennebaud2016-05-26
* bug #1170: skip calls to memcpy/memmove for empty imput.Gravatar Gael Guennebaud2016-02-19
* Add an explicit assersion on the alignment of the pointer returned by std::ma...Gravatar Gael Guennebaud2016-02-05
* Remove posix_memalign, _mm_malloc, and _aligned_malloc special paths.Gravatar Gael Guennebaud2016-02-05
* Fixed some compilation problems with nvcc + clangGravatar Benoit Steiner2016-01-27
* Made the blas utils usable from within a cuda kernelGravatar Benoit Steiner2016-01-11