-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime error with cn/r algo on OSX : Error CL_BUILD_PROGRAM_FAILURE when calling clBuildProgram #228
Comments
I think you're trying to run OpenCL code on Intel integrated GPU. Set proper platform index in config.json (if it's set to 0, try 1). |
Nope. It's the right index. If I choose 1, it fails : If I run on other pool with current cn algo and variant -1, everything is fine. |
Same issue on OS X with release 2.14 |
The issue seems to be in OclGPU.cpp and the first error messages are : then [2019-03-04 22:53:06] Error CL_INVALID_KERNEL when calling clSetKernelArg for kernel 17, argument 0. 17 is the argument for Cryptonight R algo. |
Same Issue here with Version 2.14 on OS X 10.14.3, AMD FirePro, correct GPU selected.
|
{ "background": false, "colors": true, "donate-level": 1, "log-file": null, "print-time": 60, "retries": 5, "retry-pause": 5, "opencl-platform": 0, "threads": [{ "index": 0,
"index": 1,
"intensity": 768,
"intensity": 768,
"pools": [ "user": "49FoFSdxuZk46MFMiHXFZv7KPy14pv4cwACkyZSGtvciDFKU6goJgbkeZhnwafFbE9ZSzCZL6LAmx9EgPKxHD9ve5sdBNAJ+30000", "nicehash": false, "variant": -1 "api": { "access-token": null, "worker-id": null |
|
Maybe goto has a solution, thanks! |
+1 (the same issue with both 2.13 & 2.14 versions)
|
For everyone who get error |
Commit 4a89448 already fixed the error for me (OS X 10.14.3, clang/10.0.0, libuv/1.26.0 OpenCL/1.2 OpenSSL/1.0.2q). Thanks! |
v2.14.1 released https://github.com/xmrig/xmrig-amd/releases/tag/v2.14.1 |
Yeah 👍 Fixed. Thank you |
ell me why my cards on the old algorithm were given out 760-800 p / s, and on the new 400, and then it does not hold out, the video card hd 6990? |
Hi,
I'm updating Cryptomac to be ready for upcoming fork and encountered issue when testing new algo (with current algo, it's ok) :
[2019-03-04 22:53:06] compiling code and initializing GPUs. This will take a while...
[2019-03-04 22:53:06] AMD GPU #0: intensity is not a multiple of 'worksize', auto reduce intensity to 96
[2019-03-04 22:53:06] #00, GPU #00 (Iris Pro), i:96 (8/512), si:2/2, u:8, cu:40
[2019-03-04 22:53:06] 0.19/0.38/2 GB
[2019-03-04 22:53:06] use pool killallasics.moneroworld.com:3333 66.85.74.134
[2019-03-04 22:53:06] new job from killallasics.moneroworld.com:3333 diff 5000 algo cn/r height 1166895
[2019-03-04 22:53:06] Error CL_BUILD_PROGRAM_FAILURE when calling clBuildProgram.
[2019-03-04 22:53:06] CryptonightR: clBuildProgram returned error CL_BUILD_PROGRAM_FAILURE
[2019-03-04 22:53:06] Error CL_INVALID_KERNEL when calling clSetKernelArg for kernel 17, argument 0.
[2019-03-04 22:53:06] Error CL_INVALID_KERNEL when calling clEnqueueNDRangeKernel for kernel 1.
The text was updated successfully, but these errors were encountered: