aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorSyclFunctors.h
Commit message (Collapse)AuthorAge
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|
* Adding TensorIndexTuple and TensorTupleReduceOP backend (ArgMax/Min) for ↵Gravatar Mehdi Goli2017-03-07
| | | | sycl; fixing the address space issue for const TensorMap; converting all discard_write to write due to data missmatch.
* Adding sycl backend for TensorCustomOp; fixing the partial lhs modification ↵Gravatar Mehdi Goli2017-02-28
| | | | issue on sycl when the rhs is TensorContraction, reduction or convolution; Fixing the partial modification for memset when sycl backend is used.
* 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 ↵Gravatar Mehdi Goli2016-12-16
| | | | duplication name error; adding tensorConcatinationOp backend for sycl.
* Moved the MemCopyFunctor back to TensorSyclDevice since it's the only caller ↵Gravatar Benoit Steiner2016-11-30
| | | | and it makes TensorFlow compile again
* Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for ↵Gravatar Mehdi Goli2016-11-25
tensor_broadcast_sycl on GPU; adding get_sycl_supported_devices() on syclDevice.h.