aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
| * 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
| * Pulled latest changes from trunkGravatar Benoit Steiner2016-01-31
| |\
| * | Sharded the CUDA argmax tensor testGravatar Benoit Steiner2016-01-31
| | * bug #667: declare several critical functions as FORECE_INLINE to make ICC hap...Gravatar Gael Guennebaud2016-01-31
| | * Avoid overflow in unit test.Gravatar Gael Guennebaud2016-01-30
| | * Disable underflow unit test on the i387 FPU.Gravatar Gael Guennebaud2016-01-30
| |/
| * Fixed a few memory leaks in the cuda testsGravatar Benoit Steiner2016-01-30
| * Sharded the cxx11_tensor_cuda test and fixed a memory leakGravatar Benoit Steiner2016-01-30
| * Added a test to cover threaded tensor shufflingGravatar Benoit Steiner2016-01-30
| * Made the comparison between single and multithreaded contraction results more...Gravatar Benoit Steiner2016-01-30
| * Made sure to use a tensor of rank 0 to store the result of a full reduction i...Gravatar Benoit Steiner2016-01-30
| * Sharded the tensor thread pool testGravatar Benoit Steiner2016-01-30
| * 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
| | * bug #178: get rid of some const_cast in SparseCoreGravatar Gael Guennebaud2016-01-28