-
Notifications
You must be signed in to change notification settings - Fork 936
v4.1.x: Fix compilation issue in OFI with CUDA #11382
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
Conversation
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: e492149: Fix compilation issue in OFI with CUDA
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: 3e1d43c: Fix compilation issue in OFI with CUDA
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
|
Thanks for the fix! Does this fix also apply to the |
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: 3e1d43c: Fix compilation issue in OFI with CUDA
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Thanks for looking at the issue! |
|
@jsquyres no, we believe main/5.0.x is good. I think it only applies to v4 branch. |
|
Ok, if it's not needed on |
bwbarrett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is the wrong fix for what is actually a bad merge in 55d3501.
|
Yeah, there's no reason for the OFI MTL on the 4.1.x series to have any CUDA code in it at all. It shouldn't be closing it, and it looks like it's just a bad merge that brought it in. |
Oh I forget switching github account. Actually this sounds more reasonable to me. I was thinking that could be a backported CUDA code. If not, we should remove it. |
Signed-off-by: Jingyin Tang <[email protected]>
|
@bwbarrett I updated the PR to remove blocking cuda related code here. However, upon checking the file, there is an additional block also calling in Line 911 as It doesn't preventing compilation and compiled bin can pass OSU microbenchmark. Are these lines legit here? If not, we should remove them, too. |
I think that code should be fine, and since it doesn't reference any CUDA calls, doesn't need the include you asked about. |
This patch to fix compilation issue in #11381
bot:notacherrypick