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

Adding multikernel example #806

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Adding multikernel example #806

wants to merge 9 commits into from

Conversation

dpetrisko
Copy link
Collaborator

This test demonstrates launching multiple kernels and synchronizing between them in an extremely primitive way. The generic kernel simply accepts an input/output buffer and a synchronization location. It then modifies the buffer and synchronizes to the barrier when done.

Turns out, this totally just works using the CUDA-lite infrastructure, which is great. But this example will demonstrate to users how to do it, as well as provide regression. Would appreciate any style feedback or comment requests

@dpetrisko dpetrisko added the CUDA-Lite For CUDA-Lite Features and Issues label Nov 9, 2022
@dpetrisko dpetrisko self-assigned this Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CUDA-Lite For CUDA-Lite Features and Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant