-
Notifications
You must be signed in to change notification settings - Fork 801
[SYCL] Remove -full-main-file-name and -fsycl-use-main-file-name options. #15072
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
|
@stevemerr I have done some local test including the one I mentioned to you offline and it's passing. I think it would be nice to have you test full DBG testing to see if this change works for you. Thanks. |
mdtoguchi
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.
Cleanup OK for driver
elizabethandrews
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.
FE cleanup looks ok to me. However, I am not very familiar with this functionality. Please wait for approval from @premanandrao and/or someone from the debug team
bwyma
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.
LGTM.
|
@premanandrao Can you please review this? Thanks. |
premanandrao
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.
FE changes LGTM
|
@intel/llvm-gatekeepers Can this be merged please? Thanks. |
Added Pattern for lowering `Math::ClampFOp` to `ROCDL::FMED3`. Also added `chipset` option to `MathToRocdl` pass to check for arch support ISA instructions Solves [#15072](llvm/llvm-project#157052) Reapplies llvm/llvm-project#160100 --------- Signed-off-by: Keshav Vinayak Jha <keshavvinayakjha@gmail.com>
Added Pattern for lowering `Math::ClampFOp` to `ROCDL::FMED3`. Also added `chipet` option to `MathToRocdl` pass to check for arch support ISA instructions Solves [#15072](llvm/llvm-project#157052) Reapplies llvm/llvm-project#160100 Un-reverts the merged llvm/llvm-project#163259, and fixes the error. --------- Signed-off-by: Keshav Vinayak Jha <keshavvinayakjha@gmail.com>
These two options were implemented to solve two issues (missing
checksumfor the main file on Windows and host compilationDICompileUnitpointing to a temporary file instead of the original source file). The introduction of the-include-footersolves these issues. These options can now be removed.