#include "main.h"
#include <unsupported/Eigen/CXX11/Tensor>
Go to the source code of this file.
Macros | |
#define | EIGEN_DEFAULT_DENSE_INDEX_TYPE int |
#define | EIGEN_TEST_FUNC cxx11_tensor_reduction_sycl |
#define | EIGEN_TEST_NO_COMPLEX |
#define | EIGEN_TEST_NO_LONGDOUBLE |
#define | EIGEN_USE_SYCL |
Functions | |
void | test_cxx11_tensor_reduction_sycl () |
static void | test_first_dim_reductions_sycl (const Eigen::SyclDevice &sycl_device) |
static void | test_full_reductions_sycl (const Eigen::SyclDevice &sycl_device) |
static void | test_last_dim_reductions_sycl (const Eigen::SyclDevice &sycl_device) |
#define EIGEN_DEFAULT_DENSE_INDEX_TYPE int |
Definition at line 17 of file cxx11_tensor_reduction_sycl.cpp.
#define EIGEN_TEST_FUNC cxx11_tensor_reduction_sycl |
Definition at line 16 of file cxx11_tensor_reduction_sycl.cpp.
#define EIGEN_TEST_NO_COMPLEX |
Definition at line 15 of file cxx11_tensor_reduction_sycl.cpp.
#define EIGEN_TEST_NO_LONGDOUBLE |
Definition at line 14 of file cxx11_tensor_reduction_sycl.cpp.
#define EIGEN_USE_SYCL |
Definition at line 18 of file cxx11_tensor_reduction_sycl.cpp.
void test_cxx11_tensor_reduction_sycl | ( | ) |
Definition at line 131 of file cxx11_tensor_reduction_sycl.cpp.
|
static |
Definition at line 55 of file cxx11_tensor_reduction_sycl.cpp.
|
static |
Definition at line 25 of file cxx11_tensor_reduction_sycl.cpp.
|
static |
Definition at line 93 of file cxx11_tensor_reduction_sycl.cpp.