mimblewimble/grin-miner

ocl_cuckaroo plugin crash with AMD (Mac Pro)

Offen

#199 geöffnet am 07.03.2019

 (11 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (153 Forks)auto 404
bughelp wantedneeds more info

Repository-Metriken

Stars
 (297 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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: ocl_cuckaroo_plugin_crash

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:

ocl_cuckatoo_plugin_works

cuckaroo_cpu_compat_29_plugin_works

Contributor Guide