aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Memory.h
Commit message (Expand)AuthorAge
* 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
* Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
* bug #1109: use noexcept instead of throw for C++11 compilersGravatar Gael Guennebaud2015-12-10
* Let unpacket_traits<> exposes the required alignment and make use of it every...Gravatar Gael Guennebaud2015-08-07
* Generalize first_aligned to take the requested alignment as a template parame...Gravatar Gael Guennebaud2015-08-06
* Add a EIGEN_DEFAULT_ALIGN_BYTES macro defining default alignment for alloca a...Gravatar Gael Guennebaud2015-08-06
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
* Disable posix_memalign on Solaris and SunOS, and allows to by-pass built-in p...Gravatar Gael Guennebaud2015-04-24
* Marked a few functions as EIGEN_DEVICE_FUNC to enable the use of tensors in c...Gravatar Benoit Steiner2015-02-10
* bug #921: fix utilization of bitwise operation on enums in first_alignedGravatar Gael Guennebaud2014-12-19
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* Add lapack interface to JacobiSVD and BDCSVDGravatar Gael Guennebaud2014-10-17
* Fix indentationGravatar Gael Guennebaud2014-10-09
* Add a scoped_array helper class to handle locally allocated/used arraysGravatar Gael Guennebaud2014-10-09
* Fix bug #884: No malloc for zero-sized matrices or for Ref without temporariesGravatar Christoph Hertzberg2014-09-25
* bug #861: enable posix_memalign with PGIGravatar Gael Guennebaud2014-08-26
* add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
* Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
* Applied changes suggested by Christoph Hertzberg to c'tor leak fix.Gravatar Moritz Klammler2014-07-18
* Avoid memory leak when constructor of user-defined type throws exception.Gravatar Moritz Klammler2014-07-06
* bug #837: Always re-align the result of EIGEN_ALLOCA.Gravatar Christoph Hertzberg2014-07-08
* Fix bug #729: Use alloca if it is definedGravatar Christoph Hertzberg2014-06-23
* Fix bug #803: avoid char* to int* conversionGravatar Gael Guennebaud2014-05-01