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 maximum number of threads per SM #1405

Merged
merged 2 commits into from
Sep 22, 2023
Merged

Conversation

hummingtree
Copy link
Member

The Mobius local operator uses launch bounds. However if blockDim * minBlock > maxThreadsPerSM, the STRICT build fails. This PR fixes this by not launching nor instantiating the failing cases.

Fixes #1403.

@hummingtree hummingtree requested review from a team as code owners September 20, 2023 21:34
@maddyscientist maddyscientist merged commit 02391b1 into develop Sep 22, 2023
3 checks passed
@maddyscientist maddyscientist deleted the hotfix/max-threads-per-sm branch September 22, 2023 21: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.

STRICT build of dslash_mdw_fused_* fails with sm_86
2 participants