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
/
TensorEvaluator.h
Commit message (
Expand
)
Author
Age
*
Converting all parallel for lambda to functor in order to prevent kernel dupl...
Mehdi Goli
2016-12-16
*
Adding tensor contraction operation backend for Sycl; adding test for contrac...
Mehdi Goli
2016-12-14
*
Merged with default.
Luke Iwanski
2016-09-19
|
\
*
|
Partial OpenCL support via SYCL compatible with ComputeCpp CE.
Luke Iwanski
2016-09-19
|
*
Made the index type an explicit template parameter to help some compilers com...
Benoit Steiner
2016-09-02
|
*
Adjust Tensor module wrt recent change in nullary functor
Gael Guennebaud
2016-09-01
|
*
Force the inlining of a simple accessor.
Benoit Steiner
2016-08-18
|
/
*
bug #1266: half implementation has been moved to half_impl namespace
Benoit Steiner
2016-07-29
*
Moved assertions to the constructor to make the code more portable
Benoit Steiner
2016-06-06
*
Add TernaryFunctors and the betainc SpecialFunction.
Eugene Brevdo
2016-06-02
*
Added the ability to load fp16 using the texture path.
Benoit Steiner
2016-05-11
*
Deleted unnecessary variable
Benoit Steiner
2016-04-15
*
Eigen Tensor cost model part 2: Thread scheduling for standard evaluators and...
Rasmus Munk Larsen
2016-04-14
*
Eigen cost model part 1. This implements a basic recursive framework to estim...
Rasmus Munk Larsen
2016-04-14
*
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
*
Record whether the underlying tensor storage can be accessed directly during ...
Benoit Steiner
2016-01-19
*
Added support for rank-0 tensors
Benoit Steiner
2015-10-29
*
Fix Tensor module wrt nullary functor recent change
Gael Guennebaud
2015-08-09
*
Use NumTraits<T>::RequireInitialization instead of internal::is_arithmetic<T>...
Benoit Steiner
2015-07-07
*
Only attempt to use the texture path on GPUs when it's supported by CUDA
Benoit Steiner
2015-07-06
*
Sped up the assignment of a tensor to a tensor slice, as well as the assigmen...
Benoit Steiner
2015-04-20
*
Fixed the vectorized implementation of the Tensor select() method
Benoit Steiner
2015-03-25
*
Silenced more compilation warnings
Benoit Steiner
2015-02-10
*
Silcenced a few compilation warnings
Benoit Steiner
2015-02-10
*
Silenced several compilation warnings
Benoit Steiner
2015-02-10
*
Fixed the return type of coefficient wise operations. For example, the abs fu...
Benoit Steiner
2015-01-14
*
Fixed the return type of the coefficient-wise tensor operations.
Benoit Steiner
2014-11-04
*
Fixed the return types of unary and binary expressions to properly handle the...
Benoit Steiner
2014-10-16
*
Misc improvements and cleanups
Benoit Steiner
2014-10-13
*
Added suppor for in place evaluation to simple tensor expressions.
Benoit Steiner
2014-08-13
*
Improved evaluation of tensor expressions when used as rvalues
Benoit Steiner
2014-07-08
*
Reworked the expression evaluation mechanism in order to make it possible to ...
Benoit Steiner
2014-06-13
*
TensorEval are now typed on the device: this will make it possible to use par...
Benoit Steiner
2014-06-10
*
Added support for tensor contractions
Benoit Steiner
2014-06-04
*
Added support for additional tensor operations:
Benoit Steiner
2014-05-22
*
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