From 89dfd51fae868393b66b1949638e03de2ba17c1f Mon Sep 17 00:00:00 2001 From: Mehdi Goli Date: Wed, 22 Feb 2017 16:36:24 +0000 Subject: Adding Sycl Backend for TensorGenerator.h. --- unsupported/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/test/CMakeLists.txt') diff --git a/unsupported/test/CMakeLists.txt b/unsupported/test/CMakeLists.txt index 282f9eb55..69c892362 100644 --- a/unsupported/test/CMakeLists.txt +++ b/unsupported/test/CMakeLists.txt @@ -171,6 +171,7 @@ if(EIGEN_TEST_CXX11) ei_add_test_sycl(cxx11_tensor_layout_swap_sycl "-std=c++11") ei_add_test_sycl(cxx11_tensor_image_patchOP_sycl "-std=c++11") ei_add_test_sycl(cxx11_tensor_inflation_sycl "-std=c++11") + ei_add_test_sycl(cxx11_tensor_generator_sycl "-std=c++11") endif(EIGEN_TEST_SYCL) # It should be safe to always run these tests as there is some fallback code for # older compiler that don't support cxx11. -- cgit v1.2.3