aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_builtins_sycl.cpp
Commit message (Expand)AuthorAge
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* 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
* Adding asynchronous execution as it improves the performance.Gravatar Mehdi Goli2016-12-14
* Adding tensor contraction operation backend for Sycl; adding test for contrac...Gravatar Mehdi Goli2016-12-14
* Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* 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
* Added test for cwiseMin, cwiseMax and operator%.Gravatar Luke Iwanski2016-11-19
* Modifying TensorDeviceSycl.h to always create buffer of type uint8_t and conv...Gravatar Mehdi Goli2016-11-18
* Added isnan, isfinite and isinf for SYCL device. Plus test for that.Gravatar Luke Iwanski2016-11-18
* Now testing out (+=, =) in.FUNC() and out (+=, =) out.FUNC()Gravatar Luke Iwanski2016-11-18
* Avoid calling log(0) or 1/0Gravatar Benoit Steiner2016-11-17
* Fixed existing test.Gravatar Luke Iwanski2016-11-17
* Specialised basic math functions for SYCL device.Gravatar Luke Iwanski2016-11-17