| commit | d3e81db6c517e8c531cf9b32b818c838b5398e83 | [log] [tgz] |
|---|---|---|
| author | mehdi-goli <mehdi.goli@codeplay.com> | Mon May 11 16:10:33 2020 +0100 |
| committer | mehdi-goli <mehdi.goli@codeplay.com> | Mon May 11 16:10:33 2020 +0100 |
| tree | f282788cfa31c3cefb788c008e4f6019b3968f20 | |
| parent | c1d944dd913d05180b7d2d1229072c9c52a11f29 [diff] |
Eigen moved the `scanLauncehr` function inside the internal namespace.
This commit applies the following changes:
- Moving the `scamLauncher` specialization inside internal namespace to fix compiler crash on TensorScan for SYCL backend.
- Replacing `SYCL/sycl.hpp` to `CL/sycl.hpp` in order to follow SYCL 1.2.1 standard.
- minor fixes: commenting out an unused variable to avoid compiler warnings.
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.