wilicc / gpu-burn

Multi-GPU CUDA stress test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation fault on windows subsytem for linux

evanthomas opened this issue · comments

'''
$ ./gpu_burn
Run length not specified in the command line. Burning for 10 secs
GPU 0: NVIDIA GeForce GTX 1060 6GB (UUID: GPU-210cc47f-f02f-c51e-8d2c-4bd28141e785)
Segmentation fault

$ nvidia-smi
Fri Jul 30 14:47:31 2021
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.57.02 Driver Version: 471.41 CUDA Version: 11.4 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:09:00.0 On | N/A |
| 45% 42C P8 13W / 120W | 1584MiB / 6144MiB | ERR! Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+

$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Sun_Jul_28_19:07:16_PDT_2019
Cuda compilation tools, release 10.1, V10.1.243
'''

either use strace or gdb to find out more...