14 #define EIGEN_TEST_NO_LONGDOUBLE 15 #define EIGEN_TEST_NO_COMPLEX 16 #define EIGEN_TEST_FUNC cxx11_tensor_device_sycl 17 #define EIGEN_DEFAULT_DENSE_INDEX_TYPE int 18 #define EIGEN_USE_SYCL 21 #include <unsupported/Eigen/CXX11/Tensor> 24 std::cout <<
"Helo from ComputeCpp: the requested device exists and the device name is : " 25 << sycl_device.m_queue.get_device().
template get_info<cl::sycl::info::device::name>() <<std::endl;;
28 cl::sycl::gpu_selector
s;
29 Eigen::SyclDevice sycl_device(s);
void test_cxx11_tensor_device_sycl()
void test_device_sycl(const Eigen::SyclDevice &sycl_device)