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
/
TensorBroadcasting.h
Commit message (
Expand
)
Author
Age
*
Size indices are signed.
Benoit Steiner
2017-02-16
*
Partial OpenCL support via SYCL compatible with ComputeCpp CE.
Luke Iwanski
2016-09-19
*
Enable the use of the packet api to evaluate tensor broadcasts. This speed th...
Benoit Steiner
2016-05-17
*
Fixed syntax error
Benoit Steiner
2016-05-16
*
Fixed compilation errors triggered by old versions of gcc
Benoit Steiner
2016-05-12
*
Eigen cost model part 1. This implements a basic recursive framework to estim...
Rasmus Munk Larsen
2016-04-14
*
Decoupled the packet type definition from the definition of the tensor ops. A...
Benoit Steiner
2016-03-08
*
Record whether the underlying tensor storage can be accessed directly during ...
Benoit Steiner
2016-01-19
*
Fixed a typo.
Benoit Steiner
2016-01-06
*
Optimized the performance of broadcasting of scalars.
Benoit Steiner
2016-01-06
*
Simplified more of the IndexList code.
Benoit Steiner
2015-11-12
*
Added static assertions to avoid misuses of padding, broadcasting and concate...
Benoit Steiner
2015-11-06
*
Many files were missing in previous changeset.
Gael Guennebaud
2015-07-29
*
Fixed several compilation warnings reported by clang
Benoit Steiner
2015-02-25
*
Silcenced a few compilation warnings
Benoit Steiner
2015-02-10
*
Improved support for RowMajor tensors
Benoit Steiner
2015-01-14
*
Fixed compilation errors with clang.
Benoit Steiner
2014-11-13
*
Optimized broadcasting
Benoit Steiner
2014-11-12
*
Silenced a few compilation warnings
Benoit Steiner
2014-10-16
*
Misc improvements and cleanups
Benoit Steiner
2014-10-13
*
Added support for broadcasting
Benoit Steiner
2014-08-20