-
Notifications
You must be signed in to change notification settings - Fork 744
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
[SYCL] Support __builtin_printf for SYCL device #7483
Conversation
Could you also a CodeGen test for this to check if we do the right thing after we allow this through in Sema? |
I agree with Prem. |
I see the ESIMD and CUDA LLVM Test Suite failures in other PRs too. They don't seem to be caused by changes in this PR. |
@intel/llvm-gatekeepers Hi, this is ready for merging. Thanks! |
Failures in CI are seen on other PRs (for example #7563) and have been reported in #6524 (comment). |
@srividya-sundaram, can you please follow up on Windows failure in post-commit for the new test you've added: https://github.com/intel/llvm/actions/runs/3576029259/jobs/6013328053 |
Hi! Is there a way I can reproduce the post-commit failure locally on a Windows machine? |
I think you should be able to run the command-line on a Windows local build. |
@pvchupin Just curious. Would it have been possible to capture this failure before it got merged? |
Does it not show up in a check-clang test run on Windows? |
We don't run windows in pre-commit (due to longer pre-commit time). So you could detect this only if run locally. |
Yes it would but I very rarely test my patch on Windows because I work on Linux and I suspect its the same for most developers who work on Linux. I don't think we're expected to do this anyway. |
No, I understand. I am that way too. I was worried initially that local runs on Windows were not showing the failure; but then I understood the question was more about the expected development/testing process. |
Fixes post-commit failure reported in #7483
No description provided.