nicehash / excavator

NiceHash's proprietary low-level CUDA miner
https://www.nicehash.com
53 stars 19 forks source link

cuda error: 'invalid device symbol' #80

Closed ghost closed 6 years ago

ghost commented 6 years ago

My details:

Can't get benchmarks to run from nicehash 2.0.1.5 Tesla P100 Cloud mining experiment on Google Cloud.

Installed Cuda toolkit 8.0 with driver version 376.51 Also tried 385.08

issue

t4nja commented 6 years ago

Does this happen only with daggerhashimoto_pascal or with other algorithms as well?

lae commented 6 years ago

Got an Ubuntu 16 container setup (since the Trusty deb doesn't work for me - opened an issue for this). I think I'm running into a similar issue:

Management Commands:
[23:25:04][0x00007f2207941740][info] core | Found CUDA device: Tesla P100-SXM2-16GB
[23:25:05][0x00007f2207941740][info] core | Found CUDA device: Tesla P100-SXM2-16GB
[23:25:05][0x00007f2207941740][info] core | Found CUDA device: Tesla P100-SXM2-16GB
[23:25:05][0x00007f2207941740][info] core | Found CUDA device: Tesla P100-SXM2-16GB
[23:25:05][0x00007f2207941740][info] core | Found CUDA device: Tesla P100-SXM2-16GB
[23:25:05][0x00007f2207941740][info] core | Found CUDA device: Tesla P100-SXM2-16GB
[23:25:05][0x00007f2207941740][info] core | Found CUDA device: Tesla P100-SXM2-16GB
[23:25:05][0x00007f2207941740][info] core | Found CUDA device: Tesla P100-SXM2-16GB
[23:25:05][0x00007f2207941740][info] api | Listening on 127.0.0.1:3456
[23:25:05][0x00007f2207941740][info] core | Initialized!
[23:25:05][0x00007f2202f9a700][info] net | Connecting to 127.0.0.1:3000 (localhost)
[23:25:05][0x00007f2202799700][info] net | Connected!
[23:25:05][0x00007f2202799700][info] algo-lyra2rev2 | New job_0 'cf02', diff=1.95312
[23:25:06][0x00007f2202f9a700][info] algo-lyra2rev2 | New job_0 'cf03', diff=1.95312
[23:25:06][0x00007f2202799700][info] net | Authorized as lae.dgx
[23:25:10][0x00007f2202799700][info] core | Device #0-0 speed: 0.000000 H/s
[23:25:10][0x00007f2202799700][info] core | Algorithm 'lyra2rev2' total speed: 0.000000 H/s
[23:25:14][0x00007f21df36a700][info] wrkr3-3 | Algorithm: CUDA-lyra2rev2 parameters: T=1228800
[23:25:14][0x00007f21df36a700][fatal] wrkr3-3 | CUDA error 'invalid device symbol' in func 'skein256_cpu_init' line 461
[23:25:14][0x00007f2207941740][info] Shutting down
[23:25:14][0x00007f2207941740][info] api | Closing
[23:25:14][0x00007f2200b76700][info] wrkr0-0 | Algorithm: CUDA-lyra2rev2 parameters: T=1228800
[23:25:15][0x00007f21dd118700][info] wrkr5-5 | Algorithm: CUDA-lyra2rev2 parameters: T=1228800
[23:25:15][0x00007f21cea42700][info] wrkr7-7 | Algorithm: CUDA-lyra2rev2 parameters: T=1228800
[23:25:15][0x00007f21de241700][info] wrkr4-4 | Algorithm: CUDA-lyra2rev2 parameters: T=1228800
[23:25:15][0x00007f21dffff700][info] wrkr2-2 | Algorithm: CUDA-lyra2rev2 parameters: T=1228800
[23:25:15][0x00007f21f56d7700][info] wrkr1-1 | Algorithm: CUDA-lyra2rev2 parameters: T=1228800
[23:25:15][0x00007f21cfb6b700][info] wrkr6-6 | Algorithm: CUDA-lyra2rev2 parameters: T=1228800
t4nja commented 6 years ago

@lae does this error happen on all algorithms? If yes, then it's probably a compiling issue and we'll fix it with the next release (it looks like 6.0 architecture is missing).

LawrenceMok commented 6 years ago

Seems to happen to most algorithms, while some algorithms works locally, the view web stat page shows 0 hash rate.

t4nja commented 6 years ago

The 1.3.9 version (currently only for linux) - https://github.com/nicehash/excavator/releases/tag/v1.3.9a includes 6.0 architecture. Please let me know if this solves the problem.