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: thread interleaving #2100

Merged
merged 1 commit into from
Nov 28, 2018

Conversation

psychocrypt
Copy link
Collaborator

If two threads are using the same GPU device the start time of each hash round is optimized based on the average time needed to calculate a bunch of hashes.

This way to optimize the hash rate was first introduced by @SChernykh. This implementation based on the implementation in xmrig but differen in the details.

  • introduce a new config option interleave
  • implement thread interleaving

If two threads are using the same GPU device the start time of each hash round is optimized based on the average time needed to calculate a bunch of hashes.

This way to optimize the hash rate was first introduced by @SChernykh. This implementation based on the implementation in xmrig but differen in the details.

- introduce a new config option `interleave`
- implement thread interleaving
@fireice-uk fireice-uk merged commit 0ca76d9 into fireice-uk:dev Nov 28, 2018
@psychocrypt psychocrypt mentioned this pull request Dec 3, 2018
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

2 participants