aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Only enable the cxx11_tensor_uint128 test on 64 bit machines since 32 bit sys...Gravatar Benoit Steiner2016-02-05
* Made the tensor fft test compile on tegra x1Gravatar Benoit Steiner2016-02-06
* bug #779: allow non aligned buffers for buffers smaller than the requested al...Gravatar Gael Guennebaud2016-02-05
* 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
* Merge.Gravatar Rasmus Munk Larsen2016-02-04
|\
* | Fix condition that made the unit test spam stdout with bogus error messages.Gravatar Rasmus Munk Larsen2016-02-04
| * Pulled latest updates from trunkGravatar Benoit Steiner2016-02-04
| |\
| | * Remove dead codeGravatar Gael Guennebaud2016-02-04
| | * Improve heuritics for switching between coeff-based and general matrix produc...Gravatar Gael Guennebaud2016-02-04
| * | Added support for vectorized type casting of int to char.Gravatar Benoit Steiner2016-02-03
| |/
| * Fixed the initialization of the dummy member of the array class to make it co...Gravatar Benoit Steiner2016-02-03
| * Disable 2 more nvcc warning messagesGravatar Benoit Steiner2016-02-03
| * Made sure the dummy element of size 0 array is always intialized to silence s...Gravatar Benoit Steiner2016-02-03
| * Made sure the code compiles when EIGEN_HAS_C99_MATH isn't definedGravatar Benoit Steiner2016-02-03
| * Added a few commentsGravatar Benoit Steiner2016-02-03
| * Properly disable nvcc warning messages in user code.Gravatar Benoit Steiner2016-02-03
| * Silenced the "calling a __host__ function from a __host__ __device__ function...Gravatar Benoit Steiner2016-02-03
| * Revert the nvcc messages to their default severity instead of the forcing the...Gravatar Benoit Steiner2016-02-03
| * Pulled latest updates from trunkGravatar Benoit Steiner2016-02-03
| |\
| * | Silenced some unhelpful warnings generated by nvcc.Gravatar Benoit Steiner2016-02-03
| | * Merged in rmlarsen/eigen (pull request PR-161)Gravatar Gael Guennebaud2016-02-03
| |/| | |/ |/|
* | Fix bad line break. Don't repeat Kahan matrix test since it is deterministic.Gravatar Rasmus Munk Larsen2016-02-03
* | Make the array of directly compute column norms a member to avoid allocation ...Gravatar Rasmus Munk Larsen2016-02-03
| * bug #1161: fix division by zero for huge scalar typesGravatar Gael Guennebaud2016-02-03
| * bug #1164: fix list and deque specializations such that our aligned allocator...Gravatar Damien R2016-02-03
| * Clarify error message when writing to a read-only sparse-sub-matrix.Gravatar Gael Guennebaud2016-02-03
| * mergeGravatar Gael Guennebaud2016-02-03
| |\
| * | Clarify documentation on the restrictions of writable sparse block expressions.Gravatar Gael Guennebaud2016-02-03
| | * Merged in ville-k/eigen/explicit_long_constructors (pull request PR-158)Gravatar Benoit Steiner2016-02-02
| | |\
| | | * Use EIGEN_STATIC_ASSERT for backward compatibility.Gravatar Ville Kallioniemi2016-02-02
| | * | Don't try to use direct offsets when computing a tensor product, since the re...Gravatar Benoit Steiner2016-02-02
| |/ /
| | * Use single template constructor to avoid overload resolution issues.Gravatar Ville Kallioniemi2016-02-02
| | |\
| | | * Replace separate low word constructors with a single templated constructor.Gravatar Ville Kallioniemi2016-02-01
| | |/
| | * Rebase to latest.Gravatar Ville Kallioniemi2016-02-01
| | |\ | | |/ | |/|
| * | Cleaned up a tensor contraction testGravatar Benoit Steiner2016-02-01
| * | Sharded the cxx11_tensor_contract_cuda testGravatar Benoit Steiner2016-02-01
| * | Silenced a few compilation warningsGravatar Benoit Steiner2016-02-01
| * | Made it possible to limit the number of blocks that will be used to evaluate ...Gravatar Benoit Steiner2016-02-01
* | | merging.Gravatar Rasmus Munk Larsen2016-02-01
|\| |
| * | Shared the tensor reduction testGravatar Benoit Steiner2016-02-01
| * | Sharded the tensor device testGravatar Benoit Steiner2016-02-01
| * | bug #694: document that SparseQR::matrixR is not sorted.Gravatar Gael Guennebaud2016-02-01
| * | bug #557: make InnerIterator of sparse storage types more versatile by adding...Gravatar Gael Guennebaud2016-02-01
| * | Fix integer path for num_steps==1Gravatar Gael Guennebaud2016-02-01
| * | bug #698: fix linspaced for integer types.Gravatar Gael Guennebaud2016-02-01
| * | Fix warning and replace min/max macros by calls to mini/maxiGravatar Gael Guennebaud2016-02-01
| * | Fixed a number of compilation warnings generated by the cuda testsGravatar Benoit Steiner2016-01-31
| * | Fixed a few compilation warningsGravatar Benoit Steiner2016-01-31
| * | Fixed compilation errors triggered by duplicate inline declarationGravatar Benoit Steiner2016-01-31