TensorRT 8.6.1
NvInferVersion.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright (c) 1993-2023 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
18#ifndef NV_INFER_VERSION_H
19#define NV_INFER_VERSION_H
20
21#define NV_TENSORRT_MAJOR 8
22#define NV_TENSORRT_MINOR 6
23#define NV_TENSORRT_PATCH 1
24#define NV_TENSORRT_BUILD 6
25
26#define NV_TENSORRT_LWS_MAJOR 0
27#define NV_TENSORRT_LWS_MINOR 0
28#define NV_TENSORRT_LWS_PATCH 0
29
30// This #define is deprecated in TensorRT 8.6 and will be removed in 10.0. Use NV_TENSORRT_MAJOR.
31#define NV_TENSORRT_SONAME_MAJOR 8
32// This #define is deprecated in TensorRT 8.6 and will be removed in 10.0. Use NV_TENSORRT_MINOR.
33#define NV_TENSORRT_SONAME_MINOR 6
34// This #define is deprecated in TensorRT 8.6 and will be removed in 10.0. Use NV_TENSORRT_PATCH.
35#define NV_TENSORRT_SONAME_PATCH 1
36
37#define NV_TENSORRT_RELEASE_TYPE_EARLY_ACCESS 0
38#define NV_TENSORRT_RELEASE_TYPE_RELEASE_CANDIDATE 1
39#define NV_TENSORRT_RELEASE_TYPE_GENERAL_AVAILABILITY 2
40
41#define NV_TENSORRT_RELEASE_TYPE NV_TENSORRT_RELEASE_TYPE_GENERAL_AVAILABILITY
42
43#endif // NV_INFER_VERSION_H

  Copyright © 2024 NVIDIA Corporation
  Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact