aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
Commit message (Expand)AuthorAge
...
* Adding TensorFixsize; adding sycl device memcpy; adding insial stage of slicing.Gravatar Mehdi Goli2016-11-14
* Adding comment to TensorDeviceSycl.h and cleaning the code.Gravatar Mehdi Goli2016-11-11
* Adding EIGEN_STRONG_INLINE back; using size() instead of dimensions.TotalSize...Gravatar Mehdi Goli2016-11-10
* adding the missing in eigen_assert!Gravatar Mehdi Goli2016-11-10
* Adding Memset; optimising MecopyDeviceToHost by removing double copying;Gravatar Mehdi Goli2016-11-10
* #if EIGEN_EXCEPTION -> #ifdef EIGEN_EXCEPTIONS.Gravatar Luke Iwanski2016-11-08
* Fix for SYCL queue initialisation.Gravatar Luke Iwanski2016-11-08
* Use try/catch only when exceptions are enabled.Gravatar Luke Iwanski2016-11-08
* Converting all sycl buffers to uninitialised device only buffers; adding memc...Gravatar Mehdi Goli2016-11-08
* Removed the sycl include from Eigen/Core and moved it to Unsupported/Eigen/CX...Gravatar Mehdi Goli2016-11-04
* Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19