#include "main.h"
#include <Eigen/CXX11/Tensor>
Go to the source code of this file.
|  | 
|  | EIGEN_DECLARE_TEST (cxx11_tensor_chipping_sycl) | 
|  | 
| template<typename DataType , typename dev_Selector > | 
| void | sycl_chipping_test_per_device (dev_Selector s) | 
|  | 
| template<typename DataType , int DataLayout, typename IndexType > | 
| static void | test_chip_as_lvalue_sycl (const Eigen::SyclDevice &sycl_device) | 
|  | 
| template<typename DataType , int DataLayout, typename IndexType > | 
| static void | test_chip_in_expr (const Eigen::SyclDevice &sycl_device) | 
|  | 
| template<typename DataType , int DataLayout, typename IndexType > | 
| static void | test_dynamic_chip_sycl (const Eigen::SyclDevice &sycl_device) | 
|  | 
| template<typename DataType , int DataLayout, typename IndexType > | 
| static void | test_static_chip_sycl (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_chipping_sycl |  | ) |  | 
      
 
 
◆ sycl_chipping_test_per_device()
template<typename DataType , typename dev_Selector > 
      
        
          | void sycl_chipping_test_per_device | ( | dev_Selector | s | ) |  | 
      
 
 
◆ test_chip_as_lvalue_sycl()
template<typename DataType , int DataLayout, typename IndexType > 
  
  | 
        
          | static void test_chip_as_lvalue_sycl | ( | const Eigen::SyclDevice & | sycl_device | ) |  |  | static | 
 
 
◆ test_chip_in_expr()
template<typename DataType , int DataLayout, typename IndexType > 
  
  | 
        
          | static void test_chip_in_expr | ( | const Eigen::SyclDevice & | sycl_device | ) |  |  | static | 
 
 
◆ test_dynamic_chip_sycl()
template<typename DataType , int DataLayout, typename IndexType > 
  
  | 
        
          | static void test_dynamic_chip_sycl | ( | const Eigen::SyclDevice & | sycl_device | ) |  |  | static | 
 
 
◆ test_static_chip_sycl()
template<typename DataType , int DataLayout, typename IndexType > 
  
  | 
        
          | static void test_static_chip_sycl | ( | const Eigen::SyclDevice & | sycl_device | ) |  |  | static |