aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | Made the CUDA contract test more robust to numerical noise.Gravatar Benoit Steiner2016-01-30
* | | Added 2 benchmarks to the suite of tensor benchmarks running on GPUGravatar Benoit Steiner2016-01-30
* | | Extend doc on dense+sparseGravatar Gael Guennebaud2016-01-30
* | | backout changeset d4a9e615699bd7f26864d57d2b28021b9f64b6ffGravatar Gael Guennebaud2016-01-30
* | | bug #632: implement general coefficient-wise "dense op sparse" operations thr...Gravatar Gael Guennebaud2016-01-30
* | | bug #946: generalize Cholmod::solve to handle any rhs expressionGravatar Gael Guennebaud2016-01-29
* | | bug #632: add support for "dense +/- sparse" operations. The current implemen...Gravatar Gael Guennebaud2016-01-29
* | | Extend SparseView to allow keeping explicit zeros. This is equivalent to spar...Gravatar Gael Guennebaud2016-01-29
* | | bug #696: enable zero-sized block at compile-time by relaxing the respective ...Gravatar Gael Guennebaud2016-01-29
* | | mergeGravatar Gael Guennebaud2016-01-29
|\ \ \
* | | | Marked several methods EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-01-28
* | | | Fixed a couple of compilation warnings.Gravatar Benoit Steiner2016-01-28
* | | | Fixed the tensor benchmarks on apple devicesGravatar Benoit Steiner2016-01-28
* | | | Fixed clang related compilation errorGravatar Benoit Steiner2016-01-28
* | | | Fixed compilation warningGravatar Benoit Steiner2016-01-28
| * | | Making ceil() functor generic w.r.t packet typeGravatar Abhijit Kundu2016-01-28
|/ / /
* | | Fixed a typoGravatar Benoit Steiner2016-01-28
* | | Made sure the number of floating point operations done by a benchmark is comp...Gravatar Benoit Steiner2016-01-28
* | | Added a readme to explain how to compile the tensor benchmarks.Gravatar Benoit Steiner2016-01-28
* | | Updated the benchmarking code to print the number of flops processed instead ...Gravatar Benoit Steiner2016-01-28
* | | Merge latest updates from trunkGravatar Benoit Steiner2016-01-28
|\ \ \
* | | | Added extra tensor benchmarksGravatar Benoit Steiner2016-01-28
* | | | Made sure to call nvcc with the relaxed-constexpr flag.Gravatar Benoit Steiner2016-01-28
| | | * Change Eigen's ColPivHouseholderQR to use the numerically stable norm downdat...Gravatar Rasmus Munk Larsen2016-01-28
| | |/ | |/|
| * | bug #178: get rid of some const_cast in SparseCoreGravatar Gael Guennebaud2016-01-28
| * | bug #178: remove additional const on nested expression, and remove several co...Gravatar Gael Guennebaud2016-01-28
|/ /
* | Merged in jiayq/eigen (pull request PR-159)Gravatar Benoit Steiner2016-01-28
|\ \
| * | bugfixGravatar Yangqing Jia2016-01-28
| * | benchmark modifications to make it compilable in a standalone fashion.Gravatar Yangqing Jia2016-01-28
* | | Fix compilation with gccGravatar Gael Guennebaud2016-01-28
* | | mergeGravatar Gael Guennebaud2016-01-28
|\ \ \
* | | | bug #1158: PartialReduxExpr is a vector expression, and it thus must expose t...Gravatar Gael Guennebaud2016-01-28
* | | | Disable stupid MSVC warningGravatar Gael Guennebaud2016-01-28
* | | | Fix MSVC warning.Gravatar Gael Guennebaud2016-01-28
* | | | bug #96, bug #1006: fix by value argument in result_of.Gravatar Gael Guennebaud2016-01-28
* | | | Fix unit test filename.Gravatar Gael Guennebaud2016-01-28
* | | | Deleted an invalid assertion that prevented the assignment of empty tensors.Gravatar Benoit Steiner2016-01-27
* | | | Fixed some compilation problems with nvcc + clangGravatar Benoit Steiner2016-01-27
* | | | Fixed the tensor_cuda testGravatar Benoit Steiner2016-01-27
* | | | Fixed the flags passed to nvcc to compile the tensor code.Gravatar Benoit Steiner2016-01-27
| |/ / |/| |
* | | Update link to suitesparse.Gravatar Gael Guennebaud2016-01-27
* | | Made the cuda tests compile using make checkGravatar Benoit Steiner2016-01-27
* | | Properly specify the namespace when calling cout/endlGravatar Benoit Steiner2016-01-27
| * | digamma special function: merge shared code.Gravatar Eugene Brevdo2016-01-27
* | | bug #1156: fix several function declarations whose arguments were passed by v...Gravatar Gael Guennebaud2016-01-27
* | | bug #1154: move to dynamic scheduling for spmv products.Gravatar Gael Guennebaud2016-01-27
* | | Extend mixing type unit test with trmv, and the following not yet supported p...Gravatar Gael Guennebaud2016-01-27
* | | add nomalloc unit test for rank2 updatesGravatar Gael Guennebaud2016-01-27
* | | Fix tri = complex * real product, and add respective unit test.Gravatar Gael Guennebaud2016-01-27
* | | Add meta_least_common_multiple helper.Gravatar Gael Guennebaud2016-01-27