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

Use backend functions for SyncArray in CUDA and HIP #950

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

nbeams
Copy link
Contributor

@nbeams nbeams commented Apr 25, 2022

Previously, the SyncArray interface function never used the backend implementations, and the sync functions inside the cuda-ref and hip-ref backends were only called directly by other backend functions.

(As mentioned in #948)

Copy link
Member

@jeremylt jeremylt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for making these pieces match up

@jeremylt jeremylt merged commit c02e336 into main Apr 26, 2022
@jeremylt jeremylt deleted the natalie/sync-backend branch April 26, 2022 21:07
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