alpaka
Abstraction Library for Parallel Kernel Acceleration
TaskKernelGpuSyclIntel.hpp
Go to the documentation of this file.
1
/* Copyright 2024 Jan Stephan, Aurora Perego
2
* SPDX-License-Identifier: MPL-2.0
3
*/
4
5
#pragma once
6
7
#include "
alpaka/acc/Tag.hpp
"
8
#include "
alpaka/kernel/TaskKernelGenericSycl.hpp
"
9
10
#if defined(ALPAKA_ACC_SYCL_ENABLED) && defined(ALPAKA_SYCL_ONEAPI_GPU)
11
12
namespace
alpaka
13
{
14
template
<
typename
TDim,
typename
TIdx,
typename
TKernelFnObj,
typename
... TArgs>
15
using
TaskKernelGpuSyclIntel
16
= TaskKernelGenericSycl<TagGpuSyclIntel, AccGpuSyclIntel<TDim, TIdx>, TDim, TIdx, TKernelFnObj, TArgs...>;
17
18
}
// namespace alpaka
19
20
#endif
Tag.hpp
TaskKernelGenericSycl.hpp
alpaka
The alpaka accelerator library.
Definition:
AccCpuOmp2Blocks.hpp:49
include
alpaka
kernel
TaskKernelGpuSyclIntel.hpp
Generated on Thu Nov 21 2024 22:46:14 for alpaka by
1.9.1