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

HIP: removed unused hipHostAllocDefault #879

Merged
merged 1 commit into from
Jan 6, 2025
Merged

HIP: removed unused hipHostAllocDefault #879

merged 1 commit into from
Jan 6, 2025

Conversation

hfp
Copy link
Member

@hfp hfp commented Jan 6, 2025

  • Apparently, some API elements are "mirrored" (TODO: confirm why necessary).
  • In particular, "hipHostAllocDefault" now changed "upstream" hence clash.
  • Cleanup: removed duplicated prototype (hipHostAlloc).

- Apparently, some API elements are "mirrored" (TODO: confirm why necessary).
- In particular, "hipHostAllocDefault" now changed "upstream" hence clash.
- Cleanup: removed duplicated prototype (hipHostAlloc).
@hfp hfp merged commit 76ccc19 into cp2k:develop Jan 6, 2025
22 checks passed
@alazzaro
Copy link
Member

alazzaro commented Jan 7, 2025

@gsitaram FYI
Any comment?

@hfp
Copy link
Member Author

hfp commented Jan 7, 2025

( I believe, it was an unused variable [not used anywhere] which then turned into an enum upstream like name clash here )

@alazzaro
Copy link
Member

alazzaro commented Jan 7, 2025

( I believe, it was an unused variable [not used anywhere] which then turned into an enum upstream like name clash here )

I tend to agree, I think it was there because of an equivalent CUDA version (no sure, need to look at the history). Anyway, the PR is just fine ;)

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.

2 participants