0
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-01-18 17:31:19 +01:00

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.
This commit is contained in:
mehdi-goli
2020-05-11 16:10:33 +01:00
parent c1d944dd91
commit d3e81db6c5
4 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#ifdef EIGEN_USE_SYCL
#include <SYCL/sycl.hpp>
#include <CL/sycl.hpp>
#include <iostream>
#include "tensor_benchmarks.h"