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

Benchmarks coming from GPU concurrency: Weak behaviours and programming assumptions #553

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

hernanponcedeleon
Copy link
Owner

I found two issues in the litmus tests coming from the "GPU concurrency: Weak behaviours and programming assumptions" paper.

  • in the paper, loads and stores have (an old?) annotation called .cg which is supposed to invalidate the L2 cache. Since the L2 is shared between all threads in the GPU, it makes sense to me that this is actually related to the .gpu scope
  • st.cg and ld.cg are relaxed stores and loads (volatile are the weak ones)

@tonghaining can you please check this makes sense?

…urs and programming assumptions

Signed-off-by: Hernan Ponce de Leon <[email protected]>
Signed-off-by: Hernan Ponce de Leon <[email protected]>
@tonghaining
Copy link
Contributor

LGTM

@hernanponcedeleon hernanponcedeleon merged commit 44caf20 into development Nov 6, 2023
1 check passed
@hernanponcedeleon hernanponcedeleon deleted the examples branch November 6, 2023 20:21
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.

3 participants