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

Add CUDA support for finite difference and extruded spaces #1168

Closed
wants to merge 3 commits into from

Conversation

simonbyrne
Copy link
Member

@simonbyrne simonbyrne commented Mar 31, 2023

Closes #1157.

To do

  • Hook up tests on buildkite
    • Can compare that the backing arrays of e.g. center_local_geometry / face_local_geometry are the same as on a CPU
  • Update documentation
  • Give informative error messages, or convert inputs e.g. if a user attempts to mix devices

bors bot added a commit that referenced this pull request Apr 8, 2023
1177: Add comms context to vertical topology r=charleskawczynski a=charleskawczynski

This PR adds the comms context to the vertical topology. This is a peel off from #1168.

Co-authored-by: `@simonbyrne` 

Co-authored-by: Simon Byrne <simonbyrne@gmail.com>
simonbyrne and others added 2 commits April 18, 2023 17:05
Co-authored-by: Charles Kawczynski <charliekawczynski@gmail.com>
bors bot added a commit that referenced this pull request Apr 20, 2023
1199: Add CUDA support for extruded spaces r=charleskawczynski a=charleskawczynski

Closes #1157.

Co-authored with `@simonbyrne.`

Supersedes #1168, #1176, #1174.

- [ ] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A.
- [ ] Unit tests are included OR N/A.
- [ ] Code is exercised in an integration test OR N/A.
- [ ] Documentation has been added/updated OR N/A.


Co-authored-by: Simon Byrne <simonbyrne@gmail.com>
Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
@charleskawczynski
Copy link
Member

Superseded by #1199

@charleskawczynski charleskawczynski deleted the sb/cuda-extruded branch May 31, 2023 00:09
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.

GPU support for extruded spaces
2 participants