alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
QueueUniformCudaHipRtNonBlocking.hpp
Go to the documentation of this file.
1/* Copyright 2022 Andrea Bocci
2 * SPDX-License-Identifier: MPL-2.0
3 */
4
5#pragma once
6
8
9#if defined(ALPAKA_ACC_GPU_CUDA_ENABLED) || defined(ALPAKA_ACC_GPU_HIP_ENABLED)
10
11namespace alpaka
12{
13 //! The CUDA/HIP RT non-blocking queue.
14 template<typename TApi>
15 using QueueUniformCudaHipRtNonBlocking = uniform_cuda_hip::detail::QueueUniformCudaHipRt<TApi, false>;
16
17} // namespace alpaka
18
19#endif
The alpaka accelerator library.
uniform_cuda_hip::detail::QueueUniformCudaHipRt< TApi, false > QueueUniformCudaHipRtNonBlocking
The CUDA/HIP RT non-blocking queue.