NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
cupva_host_scheduling.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
3  *
4  * NVIDIA Corporation and its licensors retain all intellectual property
5  * and proprietary rights in and to this software, related documentation
6  * and any modifications thereto. Any use, reproduction, disclosure or
7  * distribution of this software and related documentation without an express
8  * license agreement from NVIDIA Corporation is strictly prohibited.
9  */
10 
11 #ifndef CUPVA_HOST_SCHEDULING_H
12 #define CUPVA_HOST_SCHEDULING_H
13 
14 #include <detail/scheduling/cupva_host_cmd.h>
15 #include <detail/scheduling/cupva_host_cmd_barrier.h>
16 #include <detail/scheduling/cupva_host_cmd_buffer.h>
17 #include <detail/scheduling/cupva_host_cmd_pfsd.h>
18 #include <detail/scheduling/cupva_host_cmd_request_fences.h>
19 #include <detail/scheduling/cupva_host_cmd_wait_on_fences.h>
20 #include <detail/scheduling/cupva_host_context.h>
21 #include <detail/scheduling/cupva_host_fence.h>
22 #include <detail/scheduling/cupva_host_global_util.h>
23 #include <detail/scheduling/cupva_host_mem_alloc.h>
24 #include <detail/scheduling/cupva_host_stream.h>
25 #include <detail/scheduling/cupva_host_sync_obj.h>
26 
27 #endif