aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Adding mean to TensorReductionSycl.hGravatar Mehdi Goli2017-02-07
* Fixing TensorReductionSycl for min and max.Gravatar Mehdi Goli2017-02-06
* Reducing the warnings in Sycl backend.Gravatar Mehdi Goli2017-02-02
* Converting ptrdiff_t type to int64_t type in cxx11_tensor_contract_sycl.cpp i...Gravatar Mehdi Goli2017-02-01
* Reducing warnings in Sycl backend.Gravatar Mehdi Goli2017-02-01
* Fixing compiler error on TensorContractionSycl.h; Silencing the compiler unus...Gravatar Mehdi Goli2017-01-31
* Merge latest changes from upstreamGravatar Benoit Steiner2017-01-30
|\
| * bug #1380: fix matrix exponential with Map<>Gravatar Gael Guennebaud2017-01-30
| * bug #1384: fix evaluation of "sparse/scalar" that used the wrong evaluation p...Gravatar Gael Guennebaud2017-01-30
* | Fixing the buffer type in memcpy.Gravatar Mehdi Goli2017-01-30
| * MSVC 1900 release is not c++14 compatible enough for us. The 1910 update seem...Gravatar Gael Guennebaud2017-01-27
| * mergeGravatar Gael Guennebaud2017-01-27
| |\
| * | Fix warningGravatar Gael Guennebaud2017-01-27
| * | Fix unamed type as template parametre issue.Gravatar Gael Guennebaud2017-01-27
| | * Revert PR-292. After further investigation, the memcpy->memmove change was on...Gravatar Rasmus Munk Larsen2017-01-26
| |/
| * Merged in ggael/eigen-flexidexing (pull request PR-294)Gravatar Gael Guennebaud2017-01-26
| |\
| | * Fix useless ';' warningGravatar Gael Guennebaud2017-01-25
| | * Fix unamed type as template argument (ok in c++11 only)Gravatar Gael Guennebaud2017-01-25
| | * Fix duplicates of array_size bewteen unsupported and CoreGravatar Gael Guennebaud2017-01-25
| * | Merged eigen/eigen into defaultGravatar Rasmus Munk Larsen2017-01-25
| |\ \
| * | | Reverse arguments for pmin in AVX.Gravatar Rasmus Munk Larsen2017-01-25
| | * | bug #1383: fix regression in LinSpaced for integers and high<lowGravatar Gael Guennebaud2017-01-25
| | * | bug #1381: fix sparse.diagonal() used as a rvalue.Gravatar Gael Guennebaud2017-01-25
| | * | bug #1383: Fix regression from 3.2 with LinSpaced(n,0,n-1) with n==0.Gravatar Gael Guennebaud2017-01-25
| * | | Remove extra space.Gravatar Rasmus Munk Larsen2017-01-24
| | * | Merged in rmlarsen/eigen2 (pull request PR-292)Gravatar Benoit Steiner2017-01-25
| |/| |
| | * | 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
| * | | Fix NaN propagation for AVX512.Gravatar Rasmus Munk Larsen2017-01-24
| * | | Make NaN propagatation consistent between the pmax/pmin and std::max/std::min...Gravatar Rasmus Munk Larsen2017-01-24
| |/ /
| | * Add support for std::integral_constantGravatar Gael Guennebaud2017-01-24
| | * Add test for multiple symbolsGravatar Gael Guennebaud2017-01-24
| | * Fix seq().reverse() in c++98Gravatar Gael Guennebaud2017-01-24
| | * Add unit test for FixedInt and SymbolicGravatar Gael Guennebaud2017-01-24
| | * Add support for "SymbolicExpr op fix<N>" in C++98/11 mode.Gravatar Gael Guennebaud2017-01-24
| | * Extended the set of arithmetic operators supported by FixedInt (-,+,*,/,%,&,|)Gravatar Gael Guennebaud2017-01-24
| | * Add internal docGravatar Gael Guennebaud2017-01-24
| | * Rename fix_t to FixedIntGravatar Gael Guennebaud2017-01-24
| * | bug #1375: fix cmake installation with cmake 2.8Gravatar Gael Guennebaud2017-01-24
| * | bug #1376: add missing assertion on size mismatch with compound assignment op...Gravatar Gael Guennebaud2017-01-23
| * | bug #1382: move using std::size_t/ptrdiff_t to Eigen's namespace (still bette...Gravatar Gael Guennebaud2017-01-23
| * | Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_tGravatar Gael Guennebaud2017-01-23
| * | Use Index instead of size_tGravatar Gael Guennebaud2017-01-23
* | | Allows AMD APUGravatar Luke Iwanski2017-01-23
| * | bug #1379: fix compilation in sparse*diagonal*dense with openmpGravatar Gael Guennebaud2017-01-21
| * | bug #1378: fix doc (DiagonalIndex vs Diagonal)Gravatar Gael Guennebaud2017-01-21
* | | Reverting back to the previous TensorDeviceSycl.h as the total number of buff...Gravatar Mehdi Goli2017-01-20
| | * Recover compile-time size from seq(A,B) when A and B are fixed values. (c++11...Gravatar Gael Guennebaud2017-01-19
| | * Exploit fixed values in seq and reverse with C++98 compatibilityGravatar Gael Guennebaud2017-01-19
| | * Add support for fixed-value in symbolic expression, c++11 only for now.Gravatar Gael Guennebaud2017-01-19