#include "main.h"
#include <unsupported/Eigen/CXX11/Tensor>
Go to the source code of this file.
|
| EIGEN_DECLARE_TEST (cxx11_tensor_reverse_sycl) |
|
template<typename DataType > |
void | sycl_reverse_test_per_device (const cl::sycl::device &d) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_expr_reverse (const Eigen::SyclDevice &sycl_device, bool LValue) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_simple_reverse (const Eigen::SyclDevice &sycl_device) |
|
◆ EIGEN_DEFAULT_DENSE_INDEX_TYPE
#define EIGEN_DEFAULT_DENSE_INDEX_TYPE int64_t |
◆ EIGEN_TEST_NO_COMPLEX
#define EIGEN_TEST_NO_COMPLEX |
◆ EIGEN_TEST_NO_LONGDOUBLE
#define EIGEN_TEST_NO_LONGDOUBLE |
◆ EIGEN_USE_SYCL
◆ EIGEN_DECLARE_TEST()
EIGEN_DECLARE_TEST |
( |
cxx11_tensor_reverse_sycl |
| ) |
|
◆ sycl_reverse_test_per_device()
template<typename DataType >
void sycl_reverse_test_per_device |
( |
const cl::sycl::device & |
d | ) |
|
◆ test_expr_reverse()
template<typename DataType , int DataLayout, typename IndexType >
static void test_expr_reverse |
( |
const Eigen::SyclDevice & |
sycl_device, |
|
|
bool |
LValue |
|
) |
| |
|
static |
◆ test_simple_reverse()
template<typename DataType , int DataLayout, typename IndexType >
static void test_simple_reverse |
( |
const Eigen::SyclDevice & |
sycl_device | ) |
|
|
static |