aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorSyclFunctors.h
Commit message (Expand)AuthorAge
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Adding TensorIndexTuple and TensorTupleReduceOP backend (ArgMax/Min) for sycl...Gravatar Mehdi Goli2017-03-07
* Adding sycl backend for TensorCustomOp; fixing the partial lhs modification i...Gravatar Mehdi Goli2017-02-28
* Adding mean to TensorReductionSycl.hGravatar Mehdi Goli2017-02-07
* Fixing TensorReductionSycl for min and max.Gravatar Mehdi Goli2017-02-06
* struct -> class in order to silence compilation warning.Gravatar Luke Iwanski2016-12-16
* Converting all parallel for lambda to functor in order to prevent kernel dupl...Gravatar Mehdi Goli2016-12-16
* Moved the MemCopyFunctor back to TensorSyclDevice since it's the only caller ...Gravatar Benoit Steiner2016-11-30
* Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for te...Gravatar Mehdi Goli2016-11-25