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
/
Tensor
Commit message (
Expand
)
Author
Age
...
*
Moved the contraction mapping code to its own file to make the code more mana...
Benoit Steiner
2016-01-19
*
Fixed some compilation error triggered by the tensor code with msvc 2008
Benoit Steiner
2015-12-16
*
Made it possible to refer t oa GPUDevice from code compile with a regular C++...
Benoit Steiner
2015-11-23
*
Split TensorDeviceType.h in 3 files to make it more manageable
Benoit Steiner
2015-11-20
*
Added support for 128bit integers on CUDA devices.
Benoit Steiner
2015-11-19
*
Code cleanup
Benoit Steiner
2015-11-06
*
Added missing glue logic
Benoit Steiner
2015-10-22
*
Tightened the definition of isOfNormalIndex to take into account integer type...
Benoit Steiner
2015-10-14
*
added CustomIndex capability only to Tensor and not yet to TensorBase.
Gabriel Nützi
2015-10-09
*
Added support for argmax/argmin
Benoit Steiner
2015-08-31
*
Use standard include syntax in Tensor module (<> for include-path and "" for ...
Christoph Hertzberg
2015-08-18
*
Added support for tensor inflation.
Benoit Steiner
2015-07-16
*
Added support for user defined custom tensor op.
Benoit Steiner
2015-06-30
*
Added support for 3D patch extraction
Benoit Steiner
2015-06-30
*
Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...
Benoit Steiner
2015-06-29
*
Added missing include files
Benoit Steiner
2015-05-28
*
Moved away from std::async and std::future as the underlying mechnism for the...
Benoit Steiner
2015-05-20
*
Added the ability to generate a tensor from a custom user defined 'generator'...
Benoit Steiner
2015-04-22
*
Pulled latest changes from trunk
Benoit Steiner
2015-04-14
|
\
|
*
Fixed the order of 2 #includes
Benoit Steiner
2015-04-06
*
|
Pulled latest updates from trunk
Benoit Steiner
2015-04-01
|
\
|
|
*
Cleaned up the TensorDevice code a little bit.
Benoit Steiner
2015-03-25
*
|
Added support for vectorized type casting of tensors
Benoit Steiner
2015-02-27
|
/
*
Updated the list of include files
Benoit Steiner
2015-01-14
*
Added support for extraction of patches from images
Benoit Steiner
2014-11-13
*
Added support for static list of indices
Benoit Steiner
2014-11-12
*
Added support for tensor references
Benoit Steiner
2014-10-28
*
Made the blocking computation aware of the l3 cache
Benoit Steiner
2014-10-15
*
Added support for promises
Benoit Steiner
2014-10-15
*
Misc improvements and cleanups
Benoit Steiner
2014-10-13
*
Added support for patch extraction
Benoit Steiner
2014-10-13
*
Added ability to print a tensor using an iostream.
Benoit Steiner
2014-10-10
*
Added support for tensor chips
Benoit Steiner
2014-10-10
*
Improved support for CUDA devices.
Benoit Steiner
2014-10-03
*
Added support for tensor reductions and concatenations
Benoit Steiner
2014-10-01
*
Added support for broadcasting
Benoit Steiner
2014-08-20
*
Added support for fast integer divisions by a constant
Benoit Steiner
2014-08-14
*
Added support for padding, stridding, and shuffling
Benoit Steiner
2014-08-14
*
Reworked the expression evaluation mechanism in order to make it possible to ...
Benoit Steiner
2014-06-13
*
Added support for convolution and reshaping of tensors.
Benoit Steiner
2014-06-06
*
Added support for tensor contractions
Benoit Steiner
2014-06-04
*
Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)
Benoit Steiner
2014-05-16
*
Added support for fixed sized tensors.
Benoit Steiner
2014-05-06
*
Extended support for Tensors:
Benoit Steiner
2014-04-28
*
C++11/Tensor: Fix copyright headers
Christian Seiler
2013-11-16
*
CXX11/Tensor: add simple initial tensor implementation
Christian Seiler
2013-11-14
[prev]