aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h
Commit message (Expand)AuthorAge
* Adding TensorIndexTuple and TensorTupleReduceOP backend (ArgMax/Min) for sycl...Gravatar Mehdi Goli2017-03-07
* Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* Adding TensorShuffling backend for sycl; adding TensorReshaping backend for s...Gravatar Mehdi Goli2016-11-29
* Disable vectorization on device only when compiling for syclGravatar Benoit Steiner2016-11-02
* Don't refer to the half2 type unless it's been definedGravatar Benoit Steiner2016-06-10
* Simplified the code that dispatches vectorized reductions on GPUGravatar Benoit Steiner2016-06-09
* Improved support for vectorization of 16-bit floatsGravatar Benoit Steiner2016-06-09
* Made the IndexPair code compile in non cxx11 modeGravatar Benoit Steiner2016-05-25
* Added support for statically known lists of pairs of indicesGravatar Benoit Steiner2016-05-25
* Don't crash when attempting to reduce empty tensors.Gravatar Benoit Steiner2016-04-20
* Use an enum instead of a static const int to prevent possible link errorGravatar Benoit Steiner2016-03-22
* Added a 'divup' util to compute the floor of the quotient of two integersGravatar Benoit Steiner2016-01-04
* Fixed a clang compilation warning triggered by the use of arrays of size 0.Gravatar Benoit Steiner2015-12-17
* gen_numeric_list takes a size_t, not a intGravatar Benoit Steiner2015-11-12
* Added mapping between a specific device and the corresponding packet typeGravatar Benoit Steiner2015-10-22
* Updated the custom indexing code: we can now use any container that provides ...Gravatar Benoit Steiner2015-10-15
* Tightened the definition of isOfNormalIndex to take into account integer type...Gravatar Benoit Steiner2015-10-14
* name changes 2Gravatar Gabriel Nützi2015-10-09
* added CustomIndex capability only to Tensor and not yet to TensorBase.Gravatar Gabriel Nützi2015-10-09
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31
* Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...Gravatar Benoit Steiner2015-06-29