vecmem 1.14.0
Loading...
Searching...
No Matches
get_queue.hpp
1/* VecMem project, part of the ACTS project (R&D line)
2 *
3 * (c) 2021-2024 CERN for the benefit of the ACTS project
4 *
5 * Mozilla Public License Version 2.0
6 */
7#pragma once
8
9// Local include(s).
10#include "vecmem/utils/sycl/queue_wrapper.hpp"
11
12// SYCL include(s).
13#include <sycl/sycl.hpp>
14
15namespace vecmem::sycl::details {
16
20
23const ::sycl::queue& get_queue(const vecmem::sycl::queue_wrapper& queue);
24
25} // namespace vecmem::sycl::details
Wrapper class for ::sycl::queue.
Definition queue_wrapper.hpp:23
Namespace for types that should not be used directly by clients.
Definition sycl_builtin_device_atomic_ref.hpp:18
::sycl::queue & get_queue(vecmem::sycl::queue_wrapper &queue)
Helper function for getting a ::sycl::queue out of vecmem::sycl::queue_wrapper (non-const)