RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Classes | Namespaces
ForICount.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::ForICount< ArgumentId, ParamId, RAJA::sycl_local_012_direct< ThreadDim >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::ForICount< ArgumentId, ParamId, RAJA::sycl_local_masked_direct< Mask >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::ForICount< ArgumentId, ParamId, RAJA::sycl_local_masked_loop< Mask >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::ForICount< ArgumentId, ParamId, RAJA::sycl_local_012_loop< ThreadDim >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::ForICount< ArgumentId, ParamId, RAJA::sycl_group_012_direct< BlockDim >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::ForICount< ArgumentId, ParamId, RAJA::sycl_group_012_loop< BlockDim >, EnclosedStmts... >, Types >
 
struct  RAJA::internal::SyclStatementExecutor< Data, statement::ForICount< ArgumentId, ParamId, seq_exec, EnclosedStmts... >, Types >
 

Namespaces

 RAJA
 
 RAJA::internal
 

Detailed Description

Header file for SYCL statement executors.