Hello Nvidia Team,
Can you please advise on the out put below?
We have drivers installed but are see this issue and have searched/combed forums and found others have had same issue but did not see suggested solution.
Your guidance would be appreciated.
Thank you.
ubuntu@ip-172-31-41-23:/usr/local/driveworks/bin$ ./sample_drivenet
WindowGLFW: Failed initialize GLFW
terminate called after throwing an instance of ‘std::exception’
what(): std::exception
Aborted
Welcome to Driveworks SDK
Initialize DriveWorks SDK v0.6.67
Release build with GNU 4.8.5 from v0.6.0-rc7-0-g51bd3aa
TimeSource: monotonic epoch time offset is 1528207838352550
SDK: Resources mounted from /usr/local/driveworks-0.6/data/resources SDK: GL not available. Running with restricted functionality.
SDK: number of GPU devices detected 1
SDK: currently selected GPU device discrete ID 0
Context of Driveworks SDK successfully initialized.
Version: 0.6.67
GPU devices detected: 1
SDK: currently selected GPU device discrete ID 0
SDK: currently selected GPU device discrete ID 0
Device: 0, Tesla K80
CUDA Driver Version / Runtime Version : 9.0 / 9.0
CUDA Capability Major/Minor version number: 3.7
Total amount of global memory in MBytes:11439.9
Memory Clock rate Ghz: 2505000
Memory Bus Width bits: 384
L2 Cache Size: 1572864
Maximum 1D Texture Dimension Size (x): 65536
Maximum 2D Texture Dimension Size (x,y): 65536, 65536
Maximum 3D Texture Dimension Size (x,y,z): 4096, 4096, 4096
Maximum Layered 1D Texture Size, (x): 16384 num: 2048
Maximum Layered 2D Texture Size, (x,y): 16384, 16384 num: 2048
Total amount of constant memory bytes: 65536
Total amount of shared memory per block bytes: 49152
Total number of registers available per block: 65536
Warp size: 32
Maximum number of threads per multiprocessor: 2048
Maximum number of threads per block: 1024
Max dimension size of a thread block (x,y,z): 1024,1024,64
Max dimension size of a grid size (x,y,z): 2147483647,65535,65535
Maximum memory pitch bytes: 2147483647
Texture alignment bytes: 512
Concurrent copy and kernel execution: Yes, copy engines num: 2
Run time limit on kernels: No
Integrated GPU sharing Host Memory: No
Support host page-locked memory mapping: Yes
Alignment requirement for Surfaces: Yes
Device has ECC support: Enabled
Device supports Unified Addressing (UVA): Yes
Device PCI Domain ID: 0, Device PCI Bus ID: 0, Device PCI location ID: 30
Compute Mode: Default (multiple host threads can use ::cudaSetDevice() with device simultaneously)
Concurrent kernels: 1
Concurrent memory: 0
Dear jweathers,
The basic hardware requirement to run driveworks samples is Maxwell. It seems you are using Kepler card. Can you please check with other card. External Media
Dear Siva,
We performed have confirmed we have a GeForce 1050 however we are still seeing the error below.
Based on your knowledge could we be missing a step in the process?
Thanks in advance.
JW
root@drive:/usr/local/driveworks-0.6/bin# ./sample_drivenet
WindowGLFW: Failed create window
terminate called after throwing an instance of ‘std::exception’
what(): std::exception
Aborted (core dumped)
root@drive:/usr/local/driveworks-0.6/bin# nvidia-smi
Sat Jun 9 18:08:04 2018
±----------------------------------------------------------------------------+
| NVIDIA-SMI 384.69 Driver Version: 384.69 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 40C P0 N/A / N/A | 0MiB / 4038MiB | 0% Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
±-----------------------------------