cupva_host_scheduling.h#
Fully qualified name: src/host/c_api/include/cupva_host_scheduling.h
File members: src/host/c_api/include/cupva_host_scheduling.h
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: LicenseRef-NvidiaProprietary
*
* NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
* property and proprietary rights in and to this material, related
* documentation and any modifications thereto. Any use, reproduction,
* disclosure or distribution of this material and related documentation
* without an express license agreement from NVIDIA CORPORATION or
* its affiliates is strictly prohibited.
*/
#ifndef CUPVA_HOST_SCHEDULING_H
#define CUPVA_HOST_SCHEDULING_H
#include <detail/scheduling/cupva_host_cmd.h>
#include <detail/scheduling/cupva_host_cmd_barrier.h>
#include <detail/scheduling/cupva_host_cmd_buffer.h>
#include <detail/scheduling/cupva_host_cmd_l2ops.h>
#include <detail/scheduling/cupva_host_cmd_pfsd.h>
#include <detail/scheduling/cupva_host_cmd_request_fences.h>
#include <detail/scheduling/cupva_host_cmd_wait_on_fences.h>
#include <detail/scheduling/cupva_host_context.h>
#include <detail/scheduling/cupva_host_fence.h>
#include <detail/scheduling/cupva_host_global_util.h>
#include <detail/scheduling/cupva_host_mem_alloc.h>
#include <detail/scheduling/cupva_host_stream.h>
#include <detail/scheduling/cupva_host_sync_obj.h>
#endif