CryptoGraphics / lyclMiner

OpenCL Lyra2REv2/v3 miner for AMD GCN GPUs
GNU General Public License v3.0
45 stars 19 forks source link

Failed to open file for reading: kernels/blake32/blake32.cl #5

Closed shimmervoid closed 6 years ago

shimmervoid commented 6 years ago

Thanks for providing this miner. I encounter the following error when executed:

Failed to open file for reading: kernels/blake32/blake32.cl Failed to create CL program from source(blake32). Device(gfx900) Platform index(0) [2018-06-22 04:18:27] Failed to initialize device(1)! Skipping... Failed to open file for reading: kernels/blake32/blake32.cl Failed to create CL program from source(blake32). Device(gfx900) Platform index(0) [2018-06-22 04:18:27] Failed to initialize device(0)! Skipping... Failed to open file for reading: kernels/blake32/blake32.cl Failed to create CL program from source(blake32). Device(gfx900) Platform index(0) [2018-06-22 04:18:27] Failed to initialize device(2)! Skipping... Failed to open file for reading: kernels/blake32/blake32.cl Failed to create CL program from source(blake32). Device(gfx900) Platform index(0) [2018-06-22 04:18:27] Failed to initialize device(3)! Skipping...

Running on Ubuntu 18.04|4.13.0-0413|ROCm 1.8.1

Any help will be appreciated.

CryptoGraphics commented 6 years ago

Make sure that "kernels" folder is in the same directory as lyclMiner executable.

shimmervoid commented 6 years ago

Thanks, I'm not sure how i omitted that step