alpaka
Abstraction Library for Parallel Kernel Acceleration
QueueFpgaSyclIntelNonBlocking.hpp
Go to the documentation of this file.
1 /* Copyright 2022 Jan Stephan
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_FPGA)
11 
12 namespace alpaka
13 {
14  using QueueFpgaSyclIntelNonBlocking = QueueGenericSyclNonBlocking<DevFpgaSyclIntel>;
15 } // namespace alpaka
16 
17 #endif
The alpaka accelerator library.