index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
CXX11
/
src
/
Tensor
/
TensorContraction.h
Commit message (
Expand
)
Author
Age
*
Pulled latest updates from upstream
Benoit Steiner
2017-02-10
|
\
|
*
Silenced several compilation warnings
Benoit Steiner
2017-02-01
*
|
Fixing compiler error on TensorContractionSycl.h; Silencing the compiler unus...
Mehdi Goli
2017-01-31
*
|
Merge latest changes from upstream
Benoit Steiner
2017-01-30
|
\
|
|
*
Revert PR-292. After further investigation, the memcpy->memmove change was on...
Rasmus Munk Larsen
2017-01-26
|
*
Adds a fast memcpy function to Eigen. This takes advantage of the following:
Rasmus Munk Larsen
2017-01-24
*
|
Adding Tensor ReverseOp; TensorStriding; TensorConversionOp; Modifying Tensor...
Mehdi Goli
2017-01-16
|
*
Simplified the contraction code`
Benoit Steiner
2016-12-21
|
*
Leverage libxsmm kernels within signle threaded contractions
Benoit Steiner
2016-12-21
|
/
*
Adding tensor contraction operation backend for Sycl; adding test for contrac...
Mehdi Goli
2016-12-14
*
Updated the contraction code to support constant inputs.
Benoit Steiner
2016-09-01
*
Properly detect the type of the result of a contraction.
Benoit Steiner
2016-08-16
*
Replace implicit cast with an explicit one
Benoit Steiner
2016-05-12
*
Added tests for full contractions using thread pools and gpu devices.
Benoit Steiner
2016-05-05
*
Updated the contraction code to ensure that full contraction return a tensor ...
Benoit Steiner
2016-05-05
*
Deleted trailing commas
Benoit Steiner
2016-04-29
*
Deleted useless trailing commas
Benoit Steiner
2016-04-29
*
Move the evalGemm method into the TensorContractionEvaluatorBase class to mak...
Benoit Steiner
2016-04-15
*
Fixed a few compilation warnings
Benoit Steiner
2016-04-15
*
Eigen cost model part 1. This implements a basic recursive framework to estim...
Rasmus Munk Larsen
2016-04-14
*
Fix bug in tensor contraction. The code assumes that contraction axis indices...
Benoit Steiner
2016-03-17
*
Fixed the tensor chipping code.
Benoit Steiner
2016-03-08
*
Decoupled the packet type definition from the definition of the tensor ops. A...
Benoit Steiner
2016-03-08
*
Marked several methods EIGEN_DEVICE_FUNC
Benoit Steiner
2016-01-28
*
Leverage the new blocking code in the tensor contraction code.
Benoit Steiner
2016-01-22
*
Small cleanup and small fix to the contraction of row major tensors
Benoit Steiner
2016-01-20
*
Reduce the register pressure exerted by the tensor mappers whenever possible....
Benoit Steiner
2016-01-20
*
Moved the contraction mapping code to its own file to make the code more mana...
Benoit Steiner
2016-01-19
*
Trigger the optimized matrix vector path more conservatively.
Benoit Steiner
2016-01-12
*
Improved the performance of the contraction of a 2d tensor with a 1d tensor b...
Benoit Steiner
2016-01-12
*
Fixed another compilation warning
Benoit Steiner
2015-12-07
*
Fixed compilation warnings
Benoit Steiner
2015-12-07
*
Use signed integers instead of unsigned ones more consistently in the codebase.
Benoit Steiner
2015-12-04
*
Fixed a compilation warning
Benoit Steiner
2015-10-29
*
Reworked the tensor contraction mapper code to make it compile on Android
Benoit Steiner
2015-10-23
*
Use numext::mini/numext::maxi instead of std::min/std::max in the tensor code
Benoit Steiner
2015-08-28
*
Many files were missing in previous changeset.
Gael Guennebaud
2015-07-29
*
Allowed tensor contraction operation with an empty array of dimension pairs, ...
Godeffroy Valet
2015-07-25
*
Use numext::swap instead of std::swap
Benoit Steiner
2015-07-06
*
Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...
Benoit Steiner
2015-06-29
*
Fixed compilation warning triggered by gcc 4.7
Benoit Steiner
2015-04-18
*
Fixed another batch of compilation warnings
Benoit Steiner
2015-02-28
*
Silcenced a few compilation warnings
Benoit Steiner
2015-02-10
*
Silenced several compilation warnings
Benoit Steiner
2015-02-10
*
Marked the contraction operation as read only, since its result can't be assi...
Benoit Steiner
2015-01-29
*
Added support for RowMajor inputs to the contraction code.
Benoit Steiner
2015-01-14
*
Fixed compilation errors with clang.
Benoit Steiner
2014-11-13
*
Improved handling of 1d tensors
Benoit Steiner
2014-11-03
*
Silenced one last warning
Benoit Steiner
2014-10-16
*
Silenced a few compilation warnings
Benoit Steiner
2014-10-16
[next]