RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Classes | Namespaces
For.hpp File Reference

Header file for SYCL statement executors. More...

#include "RAJA/config.hpp"
#include "RAJA/policy/sycl/kernel/internal.hpp"

Go to the source code of this file.

Classes

struct  RAJA::internal::SyclStatementExecutor< Data, statement::For< ArgumentId, RAJA::sycl_global_012< Dim, Local_Size >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::For< ArgumentId, RAJA::sycl_group_012_direct< Dim >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::For< ArgumentId, RAJA::sycl_group_012_loop< Dim >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::For< ArgumentId, RAJA::sycl_local_012_direct< Dim >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::For< ArgumentId, RAJA::sycl_local_012_loop< Dim >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::For< ArgumentId, RAJA::sycl_exec< Local_Size >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::For< ArgumentId, seq_exec, EnclosedStmts... >, Types >
 

Namespaces

 RAJA
 
 RAJA::internal
 

Detailed Description

Header file for SYCL statement executors.