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

Always inline #1647

Merged
merged 3 commits into from
Mar 22, 2024
Merged

Always inline #1647

merged 3 commits into from
Mar 22, 2024

Conversation

charleskawczynski
Copy link
Member

@charleskawczynski charleskawczynski commented Mar 18, 2024

This PR makes all cuda kernel launches always inline, since this can reduce function call overhead. In addition, it could allow the compiler to hoist memory reads/writes.

@charleskawczynski charleskawczynski marked this pull request as ready for review March 19, 2024 19:44
@Sbozzolo
Copy link
Member

I'd be good to check that this doesn't break coupler and land too.

@charleskawczynski
Copy link
Member Author

Agreed, there’s still one thing to fix in atmos

@charleskawczynski
Copy link
Member Author

Atmos is fixed.

@charleskawczynski
Copy link
Member Author

I'm going to merge this, and we can fix the issues we run into.

@Sbozzolo
Copy link
Member

I'm going to merge this, and we can fix the issues we run into.

I am rebuilding your PR in Land that tests this out.

@charleskawczynski charleskawczynski merged commit fa66e35 into main Mar 22, 2024
15 checks passed
@charleskawczynski charleskawczynski deleted the ck/cuda_inline branch March 22, 2024 15:47
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