Skip to content

Use backend functions for SyncArray in CUDA and HIP - #950

Merged
jeremylt merged 1 commit into
mainfrom
natalie/sync-backend
Apr 26, 2022
Merged

Use backend functions for SyncArray in CUDA and HIP#950
jeremylt merged 1 commit into
mainfrom
natalie/sync-backend

Conversation

@nbeams

@nbeams nbeams commented Apr 25, 2022

Copy link
Copy Markdown
Contributor

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)

Comment thread interface/ceed.c

@jeremylt jeremylt left a comment

Copy link
Copy Markdown
Member

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