| commit | 61461d682a8ae5eda20d82fd49e50c8a3631155d | [log] [tgz] |
|---|---|---|
| author | mehdi-goli <mehdi.goli@codeplay.com> | Tue Oct 27 16:22:26 2020 +0000 |
| committer | David Tellenbach <david.tellenbach@me.com> | Wed Oct 28 08:30:34 2020 +0000 |
| tree | 017c12e766c46acf20fb6a3b376af0d2696ce011 | |
| parent | ecb7bc9514b12051d050299234b2a74ac76b5a8e [diff] |
[Fixing expf issue]: Eigen uses the packet type operation for scaler type float on Sigmoid function(https://gitlab.com/libeigen/eigen/-/blob/master/Eigen/src/Core/functors/UnaryFunctors.h#L990). As a result SYCL backend breaks since SYCL backend only supports packet operation for vectorized type float4 and double2. The issue has been fixed by adding scalar type float to packet operation pexp for SYCL backend.
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.