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

Fix kernel to not launch a kernel if there is no work #1791

Merged
merged 9 commits into from
Feb 14, 2025

Conversation

MrBurmark
Copy link
Member

Fix kernel to not launch a kernel if there is no work

Track which dimensions are active when calculating dimensions in kernel. This allows us to know that we have no work to do in some cases where there was ambiguity before and kernels were launched despite having no work.

@MrBurmark MrBurmark requested a review from a team February 11, 2025 00:26
@MrBurmark MrBurmark requested a review from a team February 11, 2025 19:46
@MrBurmark MrBurmark merged commit a6acb96 into develop Feb 14, 2025
27 checks passed
@MrBurmark MrBurmark deleted the feature/burmark1/kernelNoWorkNoLaunch branch February 14, 2025 21:02
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.

Kernel may launch GPU kernel with no work
3 participants