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

OpenCl: fix multi gpu support #2273

Merged
merged 1 commit into from Mar 4, 2019

Conversation

psychocrypt
Copy link
Collaborator

Since #2268 the multi gpu support is broken. It is not possible to have more than one opencl context in a process.
Use one OpenCl context for the process instead per GPU.

Since fireice-uk#2268 the multi gpu support is broken. It is not possible to have more than one opencl context in a process.
Use one OpenCl context for the process instead per GPU.
@Ethorsen
Copy link

Ethorsen commented Mar 4, 2019

Fix does seem to work. Can now start 2.9 properly

@fireice-uk
Copy link
Owner

@Ethorsen Thanks for testing!

@fireice-uk fireice-uk merged commit dc0d5e1 into fireice-uk:dev Mar 4, 2019
@bdunford
Copy link

bdunford commented Mar 5, 2019

I also had the same issue and this change addressed it. Thanks for all the great work.

@psychocrypt psychocrypt mentioned this pull request Mar 7, 2019
gnagel pushed a commit to gnagel/xmr-stak that referenced this pull request Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants