environment:
platforms:windows 10 professional edition
GPU:GTX 1080
driver:411.31
nvidia driver version:
CUDA version:cudnn-10.0-windows10-x64-v7.3.0.29
CUDNN version:cudnn-10.0-windows10-x64-v7.3.0.29
TensorRT version:TensorRT-5.0.0.10.Ubuntu-16.04.4.x86_64-gnu.cuda-10.0.cudnn7.3
problem:
1. compile “samples/sampleMNIST” with visual studio 2017,sucess;
2.run sample_mnist.exe, an error was reported in console:
ERROR: 00007FF9E75E3E5830. Please check cuda installation: http://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html .
Somebody can help?
NVES
October 11, 2018, 7:45pm
#2
Hello,
you are using TensorRT version:TensorRT-5.0.0.10.Ubuntu-16.04.4.x86_64-gnu.cuda-10.0.cudnn7.3?
that’s TRT linux distribution. Can you try with https://developer.nvidia.com/compute/machine-learning/tensorrt/5.0/rc/TensorRT-5.0.1.3.Windows10.x86_64.cuda-10.0.cudnn7.3
NVES
October 11, 2018, 8:16pm
#3
OK. I’ve repro’d your issue with windows TRT 5. We are reviewing and will keep you updated. Thanks
NVES
October 11, 2018, 11:49pm
#4
Hello,
can you execute NVIDIA-smi and share the result? Our repro was due to a misconfigured driver. but succesfully executed on a Titan V
C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi
1>------ Rebuild All started: Project: sample_mnist, Configuration: Release x64 ------
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(377,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1>getopt.c
1>sampleMNIST.cpp
1>sample_mnist.vcxproj -> C:\Users\TRT-Windows\Documents\bugs\trt\TensorRT-5.0.1.3\TensorRT-5.0.1.3\samples\sampleMNIST\\..\..\bin\sample_mnist.exe
1>Done building project "sample_mnist.vcxproj".
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
C:\Users\TRT-Windows\Documents\bugs\trt\TensorRT-5.0.1.3\TensorRT-5.0.1.3\bin>sample_mnist.exe Building and running a GPU inference engine for MNIST Input: @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@%.-@@@@@@@@@@@ @@@@@@@@@@@*- %@@@@@@@@@@ @@@@@@@@@@= .-. *@@@@@@@@@@ @@@@@@@@@= +@@@ *@@@@@@@@@@ @@@@@@@@* =@@@@ %@@@@@@@@@@ @@@@@@@@..@@@@% @@@@@@@@@@@ @@@@@@@# *@@@@- @@@@@@@@@@@ @@@@@@@: @@@@% @@@@@@@@@@@ @@@@@@@: @@@@- @@@@@@@@@@@ @@@@@@@: =+*= +: *@@@@@@@@@@ @@@@@@@*. +@: *@@@@@@@@@@ @@@@@@@@%#**#@@: *@@@@@@@@@@ @@@@@@@@@@@@@@@: -@@@@@@@@@@ @@@@@@@@@@@@@@@+ :@@@@@@@@@@ @@@@@@@@@@@@@@@* @@@@@@@@@@ @@@@@@@@@@@@@@@@ %@@@@@@@@@ @@@@@@@@@@@@@@@@ #@@@@@@@@@ @@@@@@@@@@@@@@@@: +@@@@@@@@@ @@@@@@@@@@@@@@@@- +@@@@@@@@@ @@@@@@@@@@@@@@@@*:%@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@ Output: 0: 1: 2: 3: 4: 5: 6: 7: 8: 9: **********
C:\Users\TRT-Windows\Documents\bugs\trt\TensorRT-5.0.1.3\TensorRT-5.0.1.3\bin>nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:04_Central_Daylight_Time_2018
Cuda compilation tools, release 10.0, V10.0.130
C:\Users\TRT-Windows\Documents\bugs\trt\TensorRT-5.0.1.3\TensorRT-5.0.1.3\bin>nvidia-smi
Thu Oct 11 16:21:48 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 411.31 Driver Version: 411.31 |
|-------------------------------+----------------------+----------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 TITAN V WDDM | 00000000:01:00.0 On | N/A |
| 29% 42C P8 28W / 250W | 471MiB / 12288MiB | 2% Default |
+-------------------------------+----------------------+----------------------+
NVES
October 11, 2018, 11:50pm
#5
can you also share “nvcc --version”?
Thank you for your reply.
I am using TensorRT:TensorRT-5.0.1.3.Windows10.x86_64.cuda-10.0.cudnn7.3
the driver was rolled back to 391.25
the problem still exists
nvcc --version
nvcc: NVIDIA ® Cuda compiler driver
Copyright © 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:04_Central_Daylight_Time_2018
Cuda compilation tools, release 10.0, V10.0.130
nvidia-smi
Fri Oct 12 09:39:07 2018
±----------------------------------------------------------------------------+
| NVIDIA-SMI 391.25 Driver Version: 391.25 |
|-------------------------------±---------------------±---------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1080 WDDM | 00000000:01:00.0 Off | N/A |
| 27% 33C P8 6W / 180W | 113MiB / 8192MiB | 0% Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
Microsoft Windows [版本 10.0.17134.345]
(c) 2018 Microsoft Corporation。保留所有权利。
C:\Users\yxyao>"C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe"
Fri Oct 12 09:46:47 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 391.25 Driver Version: 391.25 |
|-------------------------------+----------------------+----------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1080 WDDM | 00000000:01:00.0 Off | N/A |
| 27% 33C P8 5W / 180W | 113MiB / 8192MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
C:\Users\yxyao>nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:04_Central_Daylight_Time_2018
Cuda compilation tools, release 10.0, V10.0.130
when I update the driver to 416.34 ,the problem disappears.
The previous drive “411.31” was not installed correctly.
driver “391.25” is too old to run tensorrt 5.
thanks again!