aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Only attempt to use the texture path on GPUs when it's supported by CUDAGravatar Benoit Steiner2015-07-06
* Misc small fixes to the tensor slicing code.Gravatar Benoit Steiner2015-07-06
* Merged in Emie/eigen (pull request PR-121)Gravatar Gael Guennebaud2015-07-06
|\
| * typo correction in mathFunctionGravatar Emilie Guy2015-07-06
* | Merged eigen/eigen into defaultGravatar Nicolas Mellado2015-07-03
|\|
* | Fixed a typo in the patchGravatar Benoit Steiner2015-07-02
| * Added a default value for the cuda stream in the GpuDevice constructorGravatar Benoit Steiner2015-07-01
| * Misc improvements and optimizationsGravatar Benoit Steiner2015-07-01
| * Improved a previous fixGravatar Benoit Steiner2015-07-01
| * Fixed a couple of mistakes in the previous commit.Gravatar Benoit Steiner2015-07-01
| * Enabled the vectorized evaluation of several tensor expressions that was prev...Gravatar Benoit Steiner2015-07-01
| * Marked the cast functions as EIGEN_DEVICE_FUNC to ensure that we can run cast...Gravatar Benoit Steiner2015-06-30
| * Silenced a compilation warningGravatar Benoit Steiner2015-06-30
| * Added support for user defined custom tensor op.Gravatar Benoit Steiner2015-06-30
| * Added support for 3D patch extractionGravatar Benoit Steiner2015-06-30
| * Made ThreadPoolDevice inherit from a new pure abstract ThreadPoolInterface cl...Gravatar Benoit Steiner2015-06-30
| * Turned Eigen::array::size into a function to make the code compatible with st...Gravatar Benoit Steiner2015-06-30
| * Added a test for multithreaded full reductionsGravatar Benoit Steiner2015-06-30
| * Fixed a few compilation warningsGravatar Benoit Steiner2015-06-30
| * Silenced a number of compilation warningsGravatar Benoit Steiner2015-06-29
| * Added a test for full reductions on GPUGravatar Benoit Steiner2015-06-29
| * Improved performance of full reduction by 2 order of magnitude on CPU and 3 o...Gravatar Benoit Steiner2015-06-29
| * Improved support for fixed size tensorsGravatar Benoit Steiner2015-06-29
| * Express the full reduction operations (such as sum, max, min) using TensorDim...Gravatar Benoit Steiner2015-06-29
| * Added support for tanh function to the tensor codeGravatar Benoit Steiner2015-06-29
| * Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...Gravatar Benoit Steiner2015-06-29
| * Use VERIFY_IS_EQUAL instead of VERIFY(a==b) to get more feedback in case of f...Gravatar Gael Guennebaud2015-06-26
| * split compiler intensive bdcsvd_1 unit testGravatar Gael Guennebaud2015-06-26
| * Add special path for matrix<complex>/real.Gravatar Gael Guennebaud2015-06-26
| * bug #1026: fix infinite loop for an empty inputGravatar Gael Guennebaud2015-06-26
| * Doc: explain perf and multithreading issues in sparse iterative solversGravatar Gael Guennebaud2015-06-26
| * Enable OpenMP parallelization of row-major-sparse * dense products.Gravatar Gael Guennebaud2015-06-26
| * More msvc 2013/2015 workaroundsGravatar Gael Guennebaud2015-06-26
| * Optimize CG to enable faster spare row-major * dense vector products when the...Gravatar Gael Guennebaud2015-06-25
| * Fix assignement to selfadjoint-view when testing real-world problemsGravatar Gael Guennebaud2015-06-25
| * Remove redundant accessors in ReverseGravatar Gael Guennebaud2015-06-25
| * Avoid division by a zero complexGravatar Gael Guennebaud2015-06-25
| * Clarify documentation of the tolerance and error returned in iterative solversGravatar Gael Guennebaud2015-06-25
| * workaround msvc 2013/2015 wrong instanciation of isnan, isfinite, isinfGravatar Gael Guennebaud2015-06-25
| * bug #1000: MSVC 2013 does need the operator= workaroundGravatar Gael Guennebaud2015-06-25
| * Workaround MSVC ambiguous instanciationGravatar Gael Guennebaud2015-06-24
| * Add explicit ctor for diagonal to sparse conversionGravatar Gael Guennebaud2015-06-24
| * Document how cross behaves on complex numbersGravatar Gael Guennebaud2015-06-24
| * Add unit test for dense = SparseQR::matrixQGravatar Gael Guennebaud2015-06-24
| * Add support for sparse = diagonalGravatar Gael Guennebaud2015-06-24
| * Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendlyGravatar Gael Guennebaud2015-06-24
| * Add a call_assignment_no_alias_no_transpose shortcutGravatar Gael Guennebaud2015-06-24
| * Inherit operator+= and -= with 'using' kkeywordGravatar Gael Guennebaud2015-06-24
| * Fallback to CMAKE_CXX_COMPILER_VERSION if VS version unknownGravatar Gael Guennebaud2015-06-24
| * Fix compilation of MKL Pardiso supportGravatar Gael Guennebaud2015-06-24