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

NVIDIA GPU Support #8633

Closed
benjamin-robbins opened this issue Feb 28, 2018 · 1 comment
Closed

NVIDIA GPU Support #8633

benjamin-robbins opened this issue Feb 28, 2018 · 1 comment
Labels

Comments

@benjamin-robbins
Copy link

As as Chapel Programmer, I want to be able to leverage NVIDIA GPUs to execute my Chapel code so that I can take advantage of parallelism with their hardware. NOTE: Need to determine is anything beyond data parallelism makes sense on GPUs and how to handle

Acceptance Criteria:
User writes and compiles Chapel program. User runs Chapel program and the appropriate parallel aspects of the program are run on NVIDIA GPU.

@stonea
Copy link
Contributor

stonea commented Oct 12, 2021

The 1.25.0 release of Chapel allows producing certain types of kernels for NVIDIA GPUs. See the tech note here:

https://chapel-lang.org/docs/technotes/gpu.html

I'm going to close this issue as currently we're using the following issue to track development on this project:

https://github.com/Cray/chapel-private/issues/2605

If anyone has suggestions\comments\feedback re: GPU support feel free to create new issues.

EDIT: Actually drop suggestions\comments\feedback here: #18554

@stonea stonea closed this as completed Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants