|
| EIGEN_DECLARE_TEST (cxx11_tensor_reduction_sycl) |
|
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_full_per_device (const Dev &sycl_device) |
|
template<typename DataType , typename Dev > |
void | sycl_reduction_test_last_dim_per_device (const Dev &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_first_dim_reductions_max_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_first_dim_reductions_max_with_offset_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_first_dim_reductions_mean_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_first_dim_reductions_sum_sycl (const Eigen::SyclDevice &sycl_device, IndexType dim_x, IndexType dim_y) |
|
template<typename DataType , typename AccumType , int DataLayout, typename IndexType > |
static void | test_full_reductions_custom_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_full_reductions_max_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_full_reductions_max_with_offset_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_full_reductions_mean_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_full_reductions_mean_with_odd_offset_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_full_reductions_mean_with_offset_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_full_reductions_min_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_full_reductions_min_with_offset_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_full_reductions_sum_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_full_reductions_sum_with_offset_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_last_dim_reductions_max_with_offset_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_last_dim_reductions_mean_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_last_dim_reductions_sum_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_last_reductions_mean_sycl (const Eigen::SyclDevice &sycl_device) |
|
template<typename DataType , int DataLayout, typename IndexType > |
static void | test_last_reductions_sum_sycl (const Eigen::SyclDevice &sycl_device) |
|