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

Fix hip backend when hip is not enabled #240

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

tkonolige
Copy link
Contributor

hipMemset and hipMemsetAsync fall back to std::memset when hip is not enabled. These fallbacks incorrectly returned the return value of std::memset (which returns the memset destination).

hipMemset and hipMemsetAsync fall back to std::memset when hip is
not enabled. These fallbacks incorrectly returned the return value of
std::memset (which returns the memset destination).
@jrmadsen
Copy link
Collaborator

Merging these despite all the CI not finishing since there are not CI checks for this (at least not yet) and thus, would unnecessarily burn free credits for the CI.

@jrmadsen jrmadsen merged commit f595ee0 into NERSC:develop Dec 14, 2021
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.

None yet

2 participants