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

ocl: several minor fixes #785

Merged
merged 1 commit into from
Apr 25, 2024
Merged

ocl: several minor fixes #785

merged 1 commit into from
Apr 25, 2024

Conversation

hfp
Copy link
Member

@hfp hfp commented Apr 25, 2024

  • Avoid potential segfault during finalization (ACC_OPENCL_DEVICE != 0).
  • Avoid initializing private memory (aka registers) using curly braces.
  • Lock ACC_OPENCL_NCCS behind first WA-bit (ZEX_NUMBER_OF_CCS).
  • Improved error output (tune_multiply.py).
  • Fixed ACC_OPENCL_ACTIVATE.
  • Fixed comment.

* Avoid potential segfault during finalization (ACC_OPENCL_DEVICE != 0).
* Avoid initializing private memory (aka registers) using curly braces.
* Lock ACC_OPENCL_NCCS behind first WA-bit (ZEX_NUMBER_OF_CCS).
* Improved error output (tune_multiply.py).
* Fixed ACC_OPENCL_ACTIVATE.
* Fixed comment.
@hfp
Copy link
Member Author

hfp commented Apr 25, 2024

More seems to be broken now (macOS build); merging...

@hfp hfp merged commit 1627257 into cp2k:develop Apr 25, 2024
19 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant