[SYCL][sycl-rel] Stabilize 6.1 nightly #17799
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a joined cherry-pick of #17367, #17362 and #17746 intended to fix a few remaining issues we see in 6.1 nightly validation run.
Descriptions of cherry-picked commits:
[SYCL] Disable launch_policy_neg.cpp on Windows (#17367)
Fails to compile on new MSVC.
Patch-by: Sarnie, Nick nick.sarnie@intel.com
[SYCL] Avoid testing race condition
Use no output file instead of default output file in LIT tests.
This occasionally caused errors on windows when multiple files compile
to the same output file. Using
-fsyntax-only
hjere also avoids running the full compiler pipelineSee #7872 for more context
Patch-By: David Garcia Orozco david.garcia.orozco@intel.com
[SYCL] Fix clang-linker-wrapper Windows test (#17746)
Failing now because I recently added
ptxas
to the path on theserunners.
Patch-by: Sarnie, Nick nick.sarnie@intel.com