-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] test improvement, issue 16309 (#16389)
The kernel-bundle-merge-options test was recently marked XFAIL (and tracker #16309 opened). The root problem is that when using the MSVC CL compiler, the tests set the `debug_option` flag to `/DEBUG` but it is `/Zi` that gets converted to `-g` when the device driver is called. Updating that python var and removing the `XFAIL` from the test.
- Loading branch information
1 parent
d21e679
commit 33b50db
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters