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

Macros

#define EIGEN_TEST_NO_LONGDOUBLE
 
#define EIGEN_TEST_NO_COMPLEX
 
#define EIGEN_DEFAULT_DENSE_INDEX_TYPE   int64_t
 
#define EIGEN_USE_SYCL
 

Functions

template<typename DataType , int DataLayout, typename IndexType >
void test_sycl_random_normal (const Eigen::SyclDevice &sycl_device)
 
template<typename DataType , typename dev_Selector >
void sycl_random_test_per_device (dev_Selector s)
 
 EIGEN_DECLARE_TEST (cxx11_tensor_random_sycl)
 

Macro Definition Documentation

◆ 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

#define EIGEN_USE_SYCL

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( cxx11_tensor_random_sycl  )

◆ sycl_random_test_per_device()

template<typename DataType , typename dev_Selector >
void sycl_random_test_per_device ( dev_Selector  s)

◆ test_sycl_random_normal()

template<typename DataType , int DataLayout, typename IndexType >
void test_sycl_random_normal ( const Eigen::SyclDevice &  sycl_device)