NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
PVA.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4  *
5  * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6  * property and proprietary rights in and to this material, related
7  * documentation and any modifications thereto. Any use, reproduction,
8  * disclosure or distribution of this material and related documentation
9  * without an express license agreement from NVIDIA CORPORATION or
10  * its affiliates is strictly prohibited.
11  */
12 
20 #ifndef DW_CORE_PVA_H_
21 #define DW_CORE_PVA_H_
22 
23 #include <dw/core/base/Config.h>
24 
25 #ifdef DW_SDK_BUILD_PVA
26 #include <cupva_host_scheduling.h>
27 #else
28 typedef void* cupvaStream_t;
30 #endif
31 #endif // DW_CORE_PVA_H_
cupvaStream_t
void * cupvaStream_t
Dummy definition for non PVA supported platforms.
Definition: PVA.h:29
cupva_host_scheduling.h