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. --- bench/tensors/tensor_benchmarks_sycl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench') diff --git a/bench/tensors/tensor_benchmarks_sycl.cc b/bench/tensors/tensor_benchmarks_sycl.cc index b8a096684..6f9f87179 100644 --- a/bench/tensors/tensor_benchmarks_sycl.cc +++ b/bench/tensors/tensor_benchmarks_sycl.cc @@ -1,6 +1,6 @@ #ifdef EIGEN_USE_SYCL -#include +#include #include #include "tensor_benchmarks.h" -- cgit v1.2.3