aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h
Commit message (Expand)AuthorAge
* Adding TensorIndexTuple and TensorTupleReduceOP backend (ArgMax/Min) for sycl...Gravatar Mehdi Goli2017-03-07
* Converting all parallel for lambda to functor in order to prevent kernel dupl...Gravatar Mehdi Goli2016-12-16
* Adding tensor contraction operation backend for Sycl; adding test for contrac...Gravatar Mehdi Goli2016-12-14
* Merged with default.Gravatar Luke Iwanski2016-09-19
|\
* | Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
| * Made the index type an explicit template parameter to help some compilers com...Gravatar Benoit Steiner2016-09-02
| * Adjust Tensor module wrt recent change in nullary functorGravatar Gael Guennebaud2016-09-01
| * Force the inlining of a simple accessor.Gravatar Benoit Steiner2016-08-18
|/
* bug #1266: half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29
* Moved assertions to the constructor to make the code more portableGravatar Benoit Steiner2016-06-06
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Added the ability to load fp16 using the texture path.Gravatar Benoit Steiner2016-05-11
* Deleted unnecessary variableGravatar Benoit Steiner2016-04-15
* Eigen Tensor cost model part 2: Thread scheduling for standard evaluators and...Gravatar Rasmus Munk Larsen2016-04-14
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Fixed the tensor chipping code.Gravatar Benoit Steiner2016-03-08
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Added support for rank-0 tensorsGravatar Benoit Steiner2015-10-29
* Fix Tensor module wrt nullary functor recent changeGravatar Gael Guennebaud2015-08-09
* Use NumTraits<T>::RequireInitialization instead of internal::is_arithmetic<T>...Gravatar Benoit Steiner2015-07-07
* Only attempt to use the texture path on GPUs when it's supported by CUDAGravatar Benoit Steiner2015-07-06
* Sped up the assignment of a tensor to a tensor slice, as well as the assigmen...Gravatar Benoit Steiner2015-04-20
* Fixed the vectorized implementation of the Tensor select() methodGravatar Benoit Steiner2015-03-25
* Silenced more compilation warningsGravatar Benoit Steiner2015-02-10
* Silcenced a few compilation warningsGravatar Benoit Steiner2015-02-10
* Silenced several compilation warningsGravatar Benoit Steiner2015-02-10
* Fixed the return type of coefficient wise operations. For example, the abs fu...Gravatar Benoit Steiner2015-01-14
* Fixed the return type of the coefficient-wise tensor operations.Gravatar Benoit Steiner2014-11-04
* Fixed the return types of unary and binary expressions to properly handle the...Gravatar Benoit Steiner2014-10-16
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Added suppor for in place evaluation to simple tensor expressions.Gravatar Benoit Steiner2014-08-13
* Improved evaluation of tensor expressions when used as rvaluesGravatar Benoit Steiner2014-07-08
* Reworked the expression evaluation mechanism in order to make it possible to ...Gravatar Benoit Steiner2014-06-13
* TensorEval are now typed on the device: this will make it possible to use par...Gravatar Benoit Steiner2014-06-10
* Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* Added support for additional tensor operations:Gravatar Benoit Steiner2014-05-22
* Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
* Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
* Extended support for Tensors:Gravatar Benoit Steiner2014-04-28