aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_device_sycl.cpp
Commit message (Expand)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Reducing warnings in Sycl backend.Gravatar Mehdi Goli2017-02-01
* Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for te...Gravatar Mehdi Goli2016-11-25
* Removing unsupported device from test case; cleaning the tensor device sycl.Gravatar Mehdi Goli2016-11-23
* Code cleanupGravatar Benoit Steiner2016-11-18
* Updated cxx11_tensor_device_sycl to run only on the OpenCL devices available ...Gravatar Benoit Steiner2016-11-18
* Fixed the cxx11_tensor_device_sycl testGravatar Benoit Steiner2016-11-18
* adding Benoit changes on the TensorDeviceSycl.hGravatar Mehdi Goli2016-11-18
* Modifying TensorDeviceSycl.h to always create buffer of type uint8_t and conv...Gravatar Mehdi Goli2016-11-18
* Added a way to detect errors generated by the opencl device from the hostGravatar Benoit Steiner2016-11-17
* Created a test to check that the sycl runtime can successfully report errors ...Gravatar Benoit Steiner2016-11-17
* Adding EIGEN_STRONG_INLINE back; using size() instead of dimensions.TotalSize...Gravatar Mehdi Goli2016-11-10
* Adding Memset; optimising MecopyDeviceToHost by removing double copying;Gravatar Mehdi Goli2016-11-10
* Converting all sycl buffers to uninitialised device only buffers; adding memc...Gravatar Mehdi Goli2016-11-08
* Reducing the code by generalising sycl backend functions/structs.Gravatar Mehdi Goli2016-10-14
* Fixed compilation warningsGravatar Benoit Steiner2016-10-05
* Renamed the SYCL tests to follow the standard naming convention.Gravatar Benoit Steiner2016-09-30