aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | * Remove executable bit from header filesGravatar Ville Kallioniemi2016-01-19
| | | * Use explicitly 32 bit integer types in constructors.Gravatar Ville Kallioniemi2016-01-19
| | |/
| * / Improved the formatting of the codeGravatar Benoit Steiner2016-01-19
|/ /
* | Moved the contraction mapping code to its own file to make the code more mana...Gravatar Benoit Steiner2016-01-19
* | Improved code indentationGravatar Benoit Steiner2016-01-19
* | Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
| * Add ctor for longGravatar Ville Kallioniemi2016-01-17
* | Fixed a race condition that could affect some reductions on CUDA devices.Gravatar Benoit Steiner2016-01-15
* | Made it possible to compare tensor dimensions inside a CUDA kernel.Gravatar Benoit Steiner2016-01-15
* | Use warp shuffles instead of shared memory access to speedup the inner reduct...Gravatar Benoit Steiner2016-01-14
* | Fixed a boundary condition bug in the outer reduction kernelGravatar Benoit Steiner2016-01-14
* | Properly record the rank of reduced tensors in the tensor traits.Gravatar Benoit Steiner2016-01-13
* | Trigger the optimized matrix vector path more conservatively.Gravatar Benoit Steiner2016-01-12
* | Improved the performance of the contraction of a 2d tensor with a 1d tensor b...Gravatar Benoit Steiner2016-01-12
* | Reverted a previous change that tripped nvcc when compiling in debug mode.Gravatar Benoit Steiner2016-01-11
* | Made the blas utils usable from within a cuda kernelGravatar Benoit Steiner2016-01-11
* | Silenced a few compilation warnings.Gravatar Benoit Steiner2016-01-11
* | Updated the tensor traits: the alignment is not part of the Flags enum anymoreGravatar Benoit Steiner2016-01-11
* | Enabled the use of fixed dimensions from within a cuda kernel.Gravatar Benoit Steiner2016-01-11
* | Deleted unused variable.Gravatar Benoit Steiner2016-01-11
* | Silenced a nvcc compilation warningGravatar Benoit Steiner2016-01-11
* | Silenced several compilation warnings triggered by nvcc.Gravatar Benoit Steiner2016-01-11
* | Merged in jeremy_barnes/eigen/shader-model-3.0 (pull request PR-152)Gravatar Benoit Steiner2016-01-11
|\ \
* | | Fixed a bug in the dispatch of optimized reduction kernels.Gravatar Benoit Steiner2016-01-11
* | | Re-enabled the optimized reduction CUDA code.Gravatar Benoit Steiner2016-01-11
| * | Cleaned up double-defined macro from last commitGravatar Jeremy Barnes2016-01-10
| * | Alternative way of forcing instantiation of device kernels withoutGravatar Jeremy Barnes2016-01-10
|/ /
* | mergeGravatar Gael Guennebaud2016-01-09
|\ \
* | | bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...Gravatar Gael Guennebaud2016-01-09
| * | Simplified the dispatch code.Gravatar Benoit Steiner2016-01-08
| * | Made it possible to use array of size 0 on CUDA devicesGravatar Benoit Steiner2016-01-08
| * | Reworked the dispatch of optimized cuda reduction kernels to workaround a nvc...Gravatar Benoit Steiner2016-01-08
| * | Prevent nvcc from miscompiling the cuda metakernel. Unfortunately this reintr...Gravatar Benoit Steiner2016-01-08
* | | extend matlab conversion tableGravatar Gael Guennebaud2016-01-08
|/ /
* | Removed a couple of partial specialization that confuse nvcc and result in er...Gravatar Benoit Steiner2016-01-07
* | Fixed a typo.Gravatar Benoit Steiner2016-01-06
* | Optimized the performance of broadcasting of scalars.Gravatar Benoit Steiner2016-01-06
* | rm remaining debug codeGravatar Gael Guennebaud2016-01-06
* | bug #1143: Work-around gcc bugGravatar Christoph Hertzberg2016-01-06
* | Improved the performance of reductions on CUDA devicesGravatar Benoit Steiner2016-01-04
* | Added a 'divup' util to compute the floor of the quotient of two integersGravatar Benoit Steiner2016-01-04
* | Improve inline documentation of SparseCompressedBase and its derived classesGravatar Gael Guennebaud2016-01-03
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
|/
* Mark AlignedBit and EvalBeforeNestingBit with deprecated attribute, and remov...Gravatar Gael Guennebaud2015-12-30
* Workaround clang -Wdocumentation warning about "/*<"Gravatar Gael Guennebaud2015-12-30
* Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
* Add missing doc of Derived template parameterGravatar Gael Guennebaud2015-12-30
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* Fix links to Eigen2-to-Eigen3 porting helpersGravatar Gael Guennebaud2015-12-30
* Recent versions of doxygen miss-parsed Eigen/* headersGravatar Gael Guennebaud2015-12-30