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

[WIP] Skip predication of non-Reduction IDs unmapped to producer #3471

Closed
wants to merge 1 commit into from

Conversation

jacobhinkle
Copy link
Collaborator

This is a potential alternative to #3414

@jacobhinkle
Copy link
Collaborator Author

!test --diff

Comment on lines +236 to +238
if (consumer_id->isReduction()) {
needs_predicate_ = true;
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Without this exception, we do not predicate in the test NVFuserTest.FusionWarpReducePredication_CUDA leading to an illegal access in the kernel.

@jacobhinkle jacobhinkle changed the title Skip predication of non-Reduction IDs unmapped to producer [WIP] Skip predication of non-Reduction IDs unmapped to producer Nov 25, 2024
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.

1 participant