DPC++ Runtime
Runtime libraries for oneAPI DPC++
composite_device.hpp
Go to the documentation of this file.
1 //==---------- composite_device.hpp - SYCL Composite Device ----------------==//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #pragma once
10 
11 #include <sycl/device.hpp>
12 
13 #include <vector>
14 
15 namespace sycl {
16 inline namespace _V1 {
17 namespace ext::oneapi::experimental {
18 __SYCL_EXPORT std::vector<device> get_composite_devices();
19 } // namespace ext::oneapi::experimental
20 } // namespace _V1
21 } // namespace sycl
std::vector< device > get_composite_devices()
Definition: access.hpp:18