From d3e81db6c517e8c531cf9b32b818c838b5398e83 Mon Sep 17 00:00:00 2001 From: mehdi-goli Date: Mon, 11 May 2020 16:10:33 +0100 Subject: 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/Core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/Core') diff --git a/Eigen/Core b/Eigen/Core index 688361d46..426f9cbc0 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -108,7 +108,7 @@ #undef isnan #undef isinf #undef isfinite - #include + #include #include #include #include -- cgit v1.2.3