-
Couldn't load subscription status.
- Fork 794
[SYCL][Driver] Add off value for device code split option
#884
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
|
Sorry, I forgot the test for #853 . My bad :( |
|
Does anybody know why all the sycl driver tests are xfailed on windows? Even windows-specific test. llvm/clang/test/Driver/sycl-offload-win.c Line 101 in a339d4c
My test doesn’t seem failing with split-specific problem. |
I can't analyze this properly now, but it seems related to some Windows-unfriendly path regexp. Definitely not caused by your patch, but I'd like some input from @mdtoguchi or @v-klochkov before we blissfully add the same |
I wanted to check that all tools is called properly when device code split is requested. So I took existing test cases and extended these test cases for device code split case. The problem happens in lines not related to split, so another option is reduce test cases to make them check only split-affected jobs. |
Given the feature complexity, I'd personally steer away from reducing coverage. The least risky option seems to be |
How about add XFAIL and create a GitHub issue? |
That's a good idea, I'll create one. |
28f09d4 to
f38fff6
Compare
none value for device code split option
Okay then, I XFAILed the test. |
This will help disable device code split if some previous option enabled it. Signed-off-by: Mariya Podchishchaeva <[email protected]>
f38fff6 to
f9b664a
Compare
none value for device code split optionoff value for device code split option
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. Thanks!
Signed-off-by: Mariya Podchishchaeva [email protected]