TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Macros | Functions
cxx11_tensor_reduction_sycl.cpp File Reference
#include "main.h"
#include <unsupported/Eigen/CXX11/Tensor>

Classes

struct  CustomReducer< InT, OutT >
 

Macros

#define EIGEN_TEST_NO_LONGDOUBLE
 
#define EIGEN_TEST_NO_COMPLEX
 
#define EIGEN_DEFAULT_DENSE_INDEX_TYPE   int64_t
 
#define EIGEN_USE_SYCL
 
#define EIGEN_HAS_CONSTEXPR   1
 

Functions

template<typename DataType , typename Dev >
void sycl_reduction_test_full_per_device (const Dev &sycl_device)
 
template<typename DataType , typename Dev >
void sycl_reduction_full_offset_per_device (const Dev &sycl_device)
 
template<typename DataType , typename Dev >
void sycl_reduction_test_first_dim_per_device (const Dev &sycl_device)
 
template<typename DataType , typename Dev >
void sycl_reduction_test_last_dim_per_device (const Dev &sycl_device)
 
 EIGEN_DECLARE_TEST (cxx11_tensor_reduction_sycl)
 

Macro Definition Documentation

◆ EIGEN_DEFAULT_DENSE_INDEX_TYPE

#define EIGEN_DEFAULT_DENSE_INDEX_TYPE   int64_t

◆ EIGEN_HAS_CONSTEXPR

#define EIGEN_HAS_CONSTEXPR   1

◆ EIGEN_TEST_NO_COMPLEX

#define EIGEN_TEST_NO_COMPLEX

◆ EIGEN_TEST_NO_LONGDOUBLE

#define EIGEN_TEST_NO_LONGDOUBLE

◆ EIGEN_USE_SYCL

#define EIGEN_USE_SYCL

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( cxx11_tensor_reduction_sycl  )

◆ sycl_reduction_full_offset_per_device()

template<typename DataType , typename Dev >
void sycl_reduction_full_offset_per_device ( const Dev &  sycl_device)

◆ sycl_reduction_test_first_dim_per_device()

template<typename DataType , typename Dev >
void sycl_reduction_test_first_dim_per_device ( const Dev &  sycl_device)

◆ sycl_reduction_test_full_per_device()

template<typename DataType , typename Dev >
void sycl_reduction_test_full_per_device ( const Dev &  sycl_device)

◆ sycl_reduction_test_last_dim_per_device()

template<typename DataType , typename Dev >
void sycl_reduction_test_last_dim_per_device ( const Dev &  sycl_device)