-
Notifications
You must be signed in to change notification settings - Fork 153
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
ocl_cuckaroo plugin crash with AMD (Mac Pro) #199
Comments
Update: after running the "ocl_cuckatoo" plugin overnight, there were no shares accepted (!), so there's possibly a bug in "ocl_cuckatoo" or some compatibility issue with my AMD card... |
Could you post an output of |
Yes, please see links below: |
Thanks. That's what I said:
we have no problem to set the correct value (1024) on linux, obv it doesn't work on mac. Perhaps you can find a way to somehow set it manually while I'll try to find a solution. Unfortunately I don't have an amd card to test with mac, so may need your assistance. |
OK, I'll see what I can do to set it manually (?), not sure how this can be done but I'll dig around.. |
After doing some digging/tweaking, I am unfortunately unable to get the ocl_cuckaroo plugin to work on macOS... all out of ideas at this point... if you have any ideas or testing for me, then please let me know, would be glad to help... thank you! |
Still trying to get ocl_cuckaroo plugin to work for macOS. Have also tried to compile using Xcode, but still the ocl_cuckaroo plugin crashes due to the Max workgroup size issue mentioned above... |
I wonder why you have only Apple platform. Is it possible to install AMD drivers? |
That is a good question... the AMD graphics driver is part of the operating system, so there are no additional drivers needed or available... One additional note-- the macOS version of OpenCL is quite ancient, and unlikely to be updated (Apple is suggesting developers adopt Metal instead of OpenCL)... actually, OpenCL was depreciated in Mojave (in other words, the deprecated APIs will be removed entirely from future versions of macOS 😟 Here is the announcement from Apple, please read towards the end of the article...Deprecation of OpenCL |
This issue is a bit old but does anyone know if there since has been any work done to support metal on MacOS e.g. through https://github.com/gfx-rs/gfx or https://github.com/gfx-rs/wgpu-rs ? |
The "ocl_cuckaroo" plugin crashes immediately on my Mac Pro 2012 (Mojave), with 2 CPU's (12 cores total), and an AMD Radeon RX 580 (8GB). Here is the section of "grin-miner.toml" with applicable configurations:
plugin_name = "ocl_cuckaroo"
[mining.miner_plugin_config.parameters]
platform = 0
device = 1
Screen print of the crash is as follows:
What is interesting is that I am able to run the "ocl_cuckatoo" plugin just fine, as well as the "cuckaroo_cpu_compat_29", works OK. Screen prints are as follows:
The text was updated successfully, but these errors were encountered: