I recently installed the latest NVIDIA driver (368.69) and now bandwidthTest fails when running in shmoo mode for the GTX 1080. When using the prior driver (368.39), it ran fine.
I’ve built bandwidthTest in Release mode from the CUDA 7.5 samples, on Win 7 (x64).
The error I get:
bandwidthTest.exe --device=0 --mode=shmoo
[CUDA Bandwidth Test] - Starting...
Running on...
Device 0: GeForce GTX 1080
Shmoo Mode
..................................................CUDA error at bandwidthTest.cu:831 code=4(cudaErrorLaunchFailure) "cudaDeviceSynchronize()"
Interestingly, it still works fine if I run it on one the GTX 690’s in the same PC (i.e. using --device=1 rather than --device=0).
.
Output from nvidia-smi:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 368.69 Driver Version: 368.69 |
|-------------------------------+----------------------+----------------------+
| 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 | 0000:01:00.0 Off | N/A |
| 27% 35C P8 5W / 180W | 107MiB / 8192MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
| 1 GeForce GTX 690 WDDM | 0000:04:00.0 N/A | N/A |
| 30% 31C P8 N/A / N/A | 58MiB / 2048MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
| 2 GeForce GTX 690 WDDM | 0000:05:00.0 N/A | N/A |
| 30% 31C P8 N/A / N/A | 58MiB / 2048MiB | N/A Default |
+-------------------------------+----------------------+----------------------+