alpaka
Abstraction Library for Parallel Kernel Acceleration
QueueGenericSyclNonBlocking.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 
8 
9 #ifdef ALPAKA_ACC_SYCL_ENABLED
10 
11 namespace alpaka
12 {
13  template<typename TDev>
14  using QueueGenericSyclNonBlocking = detail::QueueGenericSyclBase<TDev, false>;
15 } // namespace alpaka
16 
17 #endif
The alpaka accelerator library.