migeyel / pmkam

An OpenCL vanity address miner for Krist.
GNU General Public License v3.0
4 stars 3 forks source link

CL_INVALID_KERNEL_NAME using Archlinux opencl-mesa package #3

Open hugeblank opened 1 year ago

hugeblank commented 1 year ago

When running ./pmkam mine I get the following OpenCL error:

Term tree size: 20160 Bytes
Using device: AMD Radeon RX 6600 XT (navi23, LLVM 15.0.7, DRM 3.49, 6.1.12-arch1-1)
Starting miners...
  0 Solutions Found |      0  A/s |  0d  0h  0min  0sec
Warning: Could not build miner 0: 

################################ OPENCL ERROR ############################### 

Error executing function: clCreateKernel("mine")  

Status error code: CL_INVALID_KERNEL_NAME (-46)  

Please visit the following url for more information: 

https://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateKernel.html#errors  

#############################################################################

this was using the opencl-mesa package. I bring this up because using opencl-amd from the AUR, which I had installed to potentially detect my CPU detected my GPU properly. Also it didn't detect my CPU so all around an ass backwards situation.