alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
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/AccGpuSyclIntel.hpp
"
8
#include "
alpaka/acc/Tag.hpp
"
9
#include "
alpaka/kernel/TaskKernelGenericSycl.hpp
"
10
11
#if defined(ALPAKA_ACC_SYCL_ENABLED) && defined(ALPAKA_SYCL_ONEAPI_GPU)
12
13
namespace
alpaka
14
{
15
template
<
typename
TDim,
typename
TIdx,
typename
TKernelFnObj,
typename
... TArgs>
16
using
TaskKernelGpuSyclIntel
17
= TaskKernelGenericSycl<TagGpuSyclIntel, AccGpuSyclIntel<TDim, TIdx>, TDim, TIdx, TKernelFnObj, TArgs...>;
18
19
}
// namespace alpaka
20
21
#endif
AccGpuSyclIntel.hpp
Tag.hpp
TaskKernelGenericSycl.hpp
alpaka
The alpaka accelerator library.
Definition
AccCpuOmp2Blocks.hpp:49
include
alpaka
kernel
TaskKernelGpuSyclIntel.hpp
Generated on Tue Feb 4 2025 09:02:23 for alpaka by
1.9.8