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

Make cuda an extension #485

Merged
merged 1 commit into from
May 8, 2024
Merged

Make cuda an extension #485

merged 1 commit into from
May 8, 2024

Conversation

charleskawczynski
Copy link
Member

This PR makes CUDA an extension

@charleskawczynski charleskawczynski force-pushed the ck/cuda branch 13 times, most recently from f1ed960 to e11ab52 Compare May 7, 2024 18:59
@charleskawczynski charleskawczynski marked this pull request as ready for review May 7, 2024 19:27
Copy link
Member

@Sbozzolo Sbozzolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Looks good, my only comment is we should be able to keep RRTMGP compatible with ClimaComms 0.5.1

Project.toml Outdated Show resolved Hide resolved
@charleskawczynski charleskawczynski merged commit 7c640d3 into main May 8, 2024
9 checks passed
@charleskawczynski charleskawczynski deleted the ck/cuda branch May 8, 2024 02:19
using Statistics
using BenchmarkTools
using Printf

import ClimaComms
ClimaComms.@import_required_backends
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This requires ClimaComms 0.6, so it will fail with ClimaComms 0.5. You can just add a

@static pkgversion(ClimaComms) >= v"0.6"

guard

Could you add this in another PR?

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.

2 participants