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 NVIDIA #2113

Merged
merged 2 commits into from
Dec 3, 2018
Merged

OpenCl: fix NVIDIA #2113

merged 2 commits into from
Dec 3, 2018

Conversation

psychocrypt
Copy link
Collaborator

@psychocrypt psychocrypt commented Dec 2, 2018

  • fix broken compile: change used ULL to UL because UL is defined as 64bit
  • fix memory copy to shared memory via vload8 (alignment issue of the shared memory)

- fix broken compile: change used `ULL` to `UL` because `UL` is defined as 64bit
- fix memory copy to shared memory via vload8 (somehow it create wrong access)
NVIDIA is using clang as device compiler so the reciprocal optimizations was disabled with fireice-uk#2104.

- re-enable optimized reciprocal calculation
@fireice-uk fireice-uk merged commit b1d8b55 into fireice-uk:dev Dec 3, 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.

2 participants