Skip to content

allow prediction on block dim #2544

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

Merged
merged 2 commits into from
Mar 7, 2023
Merged

allow prediction on block dim #2544

merged 2 commits into from
Mar 7, 2023

Conversation

liqiangxl
Copy link
Collaborator

This limitation was already solved.

@liqiangxl liqiangxl requested a review from naoyam March 6, 2023 17:39
Copy link
Collaborator

@naoyam naoyam left a comment

Choose a reason for hiding this comment

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

Thanks for the cleanup.

Looks like there's still a performance issue as predicated blocks would also need to synchronize, but that seems like a minor problem.

@@ -4302,7 +4302,7 @@ TEST_F(NVFuserTest, FusionMultiGridReduction2_CUDA) {

FusionExecutor fe;
// NOLINTNEXTLINE(cppcoreguidelines-avoid-goto,hicpp-avoid-goto)
ASSERT_ANY_THROW(fe.compileFusion(&fusion));
ASSERT_NO_THROW(fe.compileFusion(&fusion));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you add the validation of the results?

@liqiangxl liqiangxl force-pushed the llu/allow_pred_block branch from 2981c3e to 35b76f3 Compare March 7, 2023 14:11
@liqiangxl liqiangxl merged commit d5f10e1 into devel Mar 7, 2023
@liqiangxl liqiangxl deleted the llu/allow_pred_block branch March 7, 2023 16:34
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