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

Port MiniWeather over the CUDASTF programming model #19

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

Conversation

caugonnet
Copy link

This PR introduces a new version of the MiniWeather benchmark based on the CUDASTF programming model.

CUDASTF is shipped in NVIDIA's CCCL project, and implements task-parallelism as a C++ header only library.

This example shows how to leverage CUDA graphs to hide latencies on small problem sizes, or to scale parallel_for kernels over multiple devices of the same machine (e.g. a DGX platform).

@janciesko
Copy link

Following #20, we might want to use a naming directory structure cpp_$(project_name). In this case project_name is cudastf.

@mrnorman
Copy link
Owner

Sorry for the long delay. I'm still not getting notified of PRs even though I'm "watching" this on github. I'll look at this soon, and thanks so much for submitting it.

@caugonnet
Copy link
Author

caugonnet commented Jan 15, 2025 via email

…) access on a logical data will provide a const data interface : for example a slice<double> is passed as a slice<const double>
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