Skip to content
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

Unable to use 1080ti as device=1 #180

Open
bladedoyle opened this issue Feb 4, 2019 · 1 comment
Open

Unable to use 1080ti as device=1 #180

bladedoyle opened this issue Feb 4, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@bladedoyle
Copy link
Contributor

My attempts to run the C31 plugin on device=1 fails because grin-miner attempts to run the plugin on device 0 even when I specify "device = 1" in the grin-miner.toml.

example:

From nvidia-smi:
0  GeForce RTX 2070
1  GeForce GTX 1080ti
[[mining.miner_plugin_config]]
plugin_name = "cuckatoo_mean_cuda_gtx_31"
[mining.miner_plugin_config.parameters]
device = 1
expand = 2
cpuload = 1
Feb 04 11:24:15.018 ERRO Plugin cuckatoo_mean_cuda_gtx_31 has errored, device: GeForce RTX 2070. Reason: Device 1 GPUassert: out of memory /home/bdoyle/dev/grin-miner/cuckoo-miner/src/cuckoo_sys/plugins/cuckoo/src/cuckatoo/mean.cu 429

So, the grin-miner is somehow using device 0 as if its device 1.

@hashmap hashmap added the bug Something isn't working label Feb 11, 2019
@quentinlesceller
Copy link
Member

quentinlesceller commented Mar 9, 2020

I'm unsure if this is this still the case. Will have to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants