alpaka
Abstraction Library for Parallel Kernel Acceleration
BufGpuSyclIntel.hpp
Go to the documentation of this file.
1 /* Copyright 2023 Jan Stephan, Luca Ferragina
2  * SPDX-License-Identifier: MPL-2.0
3  */
4 
5 #pragma once
6 
9 
10 #if defined(ALPAKA_ACC_SYCL_ENABLED) && defined(ALPAKA_SYCL_ONEAPI_GPU)
11 
12 namespace alpaka
13 {
14  template<typename TElem, typename TDim, typename TIdx>
15  using BufGpuSyclIntel = BufGenericSycl<TElem, TDim, TIdx, PlatformGpuSyclIntel>;
16 } // namespace alpaka
17 
18 #endif
The alpaka accelerator library.