//===----------------------------------------------------------------------===//
//
// Part of CUDA Experimental in CUDA C++ Core Libraries,
// under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES.
//
//===----------------------------------------------------------------------===//

#ifndef _CUDA_DEVICES
#define _CUDA_DEVICES

#include <cuda/__device/all_devices.h>
#include <cuda/__device/arch_traits.h>
#include <cuda/__device/attributes.h>
#include <cuda/__device/device_ref.h>
#include <cuda/__device/physical_device.h>

#endif // _CUDA_DEVICES
