1 # Copyright (c) 2018-2021 NVIDIA CORPORATION. All rights reserved.
3 @page dwx_verification Verify Your Installation
5 If you have successfully run NVIDIA<sup>®</sup> SDK Manager or followed the
6 installation steps for your platform, you can find the following NVIDIA
7 DriveWorks SDK folders under `<installation_folder>`:
9 <installation_folder>/driveworks-4.0/ main installation folder
10 <installation_folder>/driveworks/ symbolic link to /usr/local/driveworks-4.0
11 <installation_folder>/driveworks-4.0/bin precompiled binary samples
12 <installation_folder>/driveworks-4.0/data data for samples and tools
13 <installation_folder>/driveworks-4.0/doc documentation
14 <installation_folder>/driveworks-4.0/include symbolic link to targets/<platform>/include
15 <installation_folder>/driveworks-4.0/lib symbolic link to targets/<platform>/lib
16 <installation_folder>/driveworks-4.0/samples sources for the samples
17 <installation_folder>/driveworks-4.0/targets/<platform> NVIDIA DriveWorks SDK libraries and header files
18 <installation_folder>/driveworks-4.0/tools NVIDIA DriveWorks SDK tools
21 @note The specific location of `<installation_folder>` depends on the platform
22 on which it is installed. For details, see the installation section in
23 @ref dwx_devguide_getting_started.
25 ### To Easily Ensure That All Components Are Correctly Installed
27 Execute an NVIDIA DriveWorks SDK sample.
29 1. Navigate to the installation folder:
31 cd <installation_folder>/bin
34 2. Execute the following command:
39 If the installation is successful, the following information is printed to the
42 Welcome to DriveWorks SDK
43 [19-10-2021 11:20:52] Platform: Detected DDPX - Tegra A
44 [19-10-2021 11:20:52] TimeSource: monotonic epoch time offset is 1532010806746835
45 [19-10-2021 11:20:52] TimeSource: PTP Time is available from NVPPS Driver
46 [19-10-2021 11:20:52] Platform: number of GPU devices detected 1
47 [19-10-2021 11:20:52] Platform: currently selected GPU device integrated ID 0
48 [19-10-2021 11:20:52] SDK: Resources mounted from /usr/local/driveworks-4.0/data/resources
49 [19-10-2021 11:20:52] SDK: Create NvMediaDevice
50 [19-10-2021 11:20:52] SDK: Create NvMedia2D
51 [19-10-2021 11:20:52] egl::Display: found 1 EGL device
52 [19-10-2021 11:20:52] egl::Display: use drm device: drm-nvdc
53 [19-10-2021 11:20:52] Initialize DriveWorks SDK v4.0.0
54 [19-10-2021 11:20:52] Release build with GNU 7.3.1 against Drive PDK v5.2.6.0
55 Context of Driveworks SDK successfully initialized.
57 GPU devices detected: 1
58 [19-10-2021 11:20:52] Platform: currently selected GPU device integrated ID 0
59 ----------------------------------------------
61 CUDA Driver Version / Runtime Version : 10.2 / 10.2
62 CUDA Capability Major/Minor version number: 7.2
63 Total amount of global memory in MBytes:28409.2
64 Memory Clock rate Khz: 1109000
65 Memory Bus Width bits: 256
67 Maximum 1D Texture Dimension Size (x): 131072
68 Maximum 2D Texture Dimension Size (x,y): 131072, 65536
69 Maximum 3D Texture Dimension Size (x,y,z): 16384, 16384, 16384
70 Maximum Layered 1D Texture Size, (x): 32768 num: 2048
71 Maximum Layered 2D Texture Size, (x,y): 32768, 32768 num: 2048
72 Total amount of constant memory bytes: 65536
73 Total amount of shared memory per block bytes: 49152
74 Total number of registers available per block: 65536
76 Maximum number of threads per multiprocessor: 2048
77 Maximum number of threads per block: 1024
78 Max dimension size of a thread block (x,y,z): 1024,1024,64
79 Max dimension size of a grid size (x,y,z): 2147483647,65535,65535
80 Maximum memory pitch bytes: 2147483647
81 Texture alignment bytes: 512
82 Concurrent copy and kernel execution: Yes, copy engines num: 1
83 Run time limit on kernels: No
84 Integrated GPU sharing Host Memory: Yes
85 Support host page-locked memory mapping: Yes
86 Alignment requirement for Surfaces: Yes
87 Device has ECC support: Disabled
88 Device supports Unified Addressing (UVA): Yes
89 Device PCI Domain ID: 0, Device PCI Bus ID: 0, Device PCI location ID: 0
90 Compute Mode: Default (multiple host threads can use ::cudaSetDevice() with device simultaneously)
94 [19-10-2021 11:20:52] Releasing Driveworks SDK Context
95 [19-10-2021 11:20:52] SDK: Release NvMediaDevice
96 [19-10-2021 11:20:52] SDK: Release NvMedia2D
97 Happy autonomous driving!
100 @note For a full list of samples that can be run out of the box, see
101 @ref dwx_samples_section.
103 @note For detailed instructions on building the samples from source see
104 @ref dwx_samples_building.