Skip to main content

oneapi_rs/
info.rs

1//
2// Copyright (C) 2026 Intel Corporation
3//
4// Under the MIT License or the Apache License v2.0.
5// See LICENSE-MIT and LICENSE-APACHE for license information.
6// SPDX-License-Identifier: MIT OR Apache-2.0
7//
8
9#[path = "./info/platform-info.rs"]
10pub mod platform;
11
12#[path = "./info/device-info.rs"]
13pub mod device;
14
15/// The type of the SYCL device.
16pub use oneapi_rs_sys::device::ffi::DeviceType;