RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
kernel.hpp File Reference

RAJA header file containing constructs used to run kernel::forall traversals on GPU with SYCL. More...

#include "RAJA/policy/sycl/kernel/Conditional.hpp"
#include "RAJA/policy/sycl/kernel/SyclKernel.hpp"
#include "RAJA/policy/sycl/kernel/For.hpp"
#include "RAJA/policy/sycl/kernel/ForICount.hpp"
#include "RAJA/policy/sycl/kernel/Lambda.hpp"
#include "RAJA/policy/sycl/kernel/Tile.hpp"
#include "RAJA/policy/sycl/kernel/TileTCount.hpp"
#include "RAJA/policy/sycl/kernel/internal.hpp"

Go to the source code of this file.

Detailed Description

RAJA header file containing constructs used to run kernel::forall traversals on GPU with SYCL.