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