andru-kun / wildrig-multi

multi algo miner for AMD, NVIDIA and Intel gpu's
253 stars 51 forks source link

v0.37.2 (Windows): Error CL_INVALID_KERNEL_NAME when calling clCreateKernel for kernel 'nexapow_start' #250

Closed UselessGuru closed 1 year ago

UselessGuru commented 1 year ago

Edit: Same error also with 0.37.2

Wildrig-v0.37.1\wildrig.exe --algo curvehash --api-port 4004 --url stratum+tcp://curvehash.eu.mine.zergpool.com:3343 --user ****************** --pass c=BTC,mc=PLSR,ID=***********,pl=0 --multiple-instance --opencl-platforms 1 --opencl-devices 0

and

\Wildrig-v0.37.1\wildrig.exe --algo nexapow --api-port 4004 --url stratum+tcp://nexapow.eu.mine.zergpool.com:3004 --user *********************** --pass c=BTC,mc=NEXA,ID=**********,pl=0 --multiple-instance --opencl-platforms 1 --opencl-devices 0

With both algos I get the same error:

 ###################################
 #################  ################
 ################    ############### * ABOUT:    WildRig/0.37.1 beta
 ####   #########    #########   ### * CPU:      Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz
 ####     #######    #######     ### * ALGO:     curvehash
 ####   #  ######    ######      ### * POOL #1:  curvehash.eu.mine.zergpool.com:3343
 ####   ##  #####    #####  ##   ### * API PORT: 4004
 ####   ##   #####  #####   ##   ### * COMMANDS: hashrate, statistics
 ####   ##   #####  #####  ###   ###
 ####   ###  #####  #####  ###   ###   devfee: 1%
 ####   ###  ####    ####  ###   ###   send-stale: no
 ####   ###   ###    ###   ###   ###   watchdog: disabled
 ####   ##    ##      ##    ##   ###
 ####      #####  ##  #####      ###
 ####   #   ###  ####  ###   #   ###
 ####   ##       ####       ##   ###
 ####   #####  #      #  #####   ###
 ####   #####  ###  ###  #####   ###
 ####                            ###
 ############   ##  ##   ###########
 #############   #  #   ############
  #############        #############
      ###########    ###########
          ##################

[11:05:17] initializing GPUs...
[11:05:17] GPU #0: Radeon RX 580 Series [busID: 1] [arch: ellesmere]
[11:05:17] threads: 1, intensity: 19, worksize: 0/256, cu: 36, mem: 8192Mb
[11:05:17] Error CL_INVALID_KERNEL_NAME when calling clCreateKernel for kernel 'nexapow_start'
[11:05:18] Failed to start OpenCL threads

Happens only with RX580, RX5700 is OK

UselessGuru commented 1 year ago

Any news?

andru-kun commented 1 year ago

Any news?

Currently working on support for Intel gpu's, and looks like will drop support Nexa/Curvehash on pre-RDNA AMD gpu's. Miner will skip those GPU's show message that user should use version 0.35.2. Maybe some time later will return to this issue with some rework.

UselessGuru commented 1 year ago

Incorrect device selection with 0.38.0: See https://github.com/andru-kun/wildrig-multi/issues/255