Skip to content

[CI][NFC] Clarify the breaking of the opportunistic_group #19774

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions devops/compat_ci_exclude.sycl-rel-6_2
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ DiscardEvents/invalid_event_exceptions.cpp
# Throw exception instead of returning garbage
Basic/info.cpp

# https://github.com/intel/llvm/pull/19238 removed the device aspect
# corresponding to the opportunistic_group support, in favor of it being merged
# into the fragment_group aspect. Since this was a full refactoring and renaming
# of an experimental extension, we accept the breaking change.
NonUniformGroups/opportunistic_group.cpp

# https://github.com/intel/llvm/pull/17442 changed the behavior of
# ext_oneapi_can_compile to refer to whether a source-based kernel_bundle can
# be used with compile rather than build. This makes the OpenCL kernel compiler
Expand Down Expand Up @@ -39,9 +45,6 @@ KernelAndProgram/disable-caching.cpp
# binaries built with sanitizers?
Sanitizer

# https://github.com/intel/llvm/pull/19238
NonUniformGroups/opportunistic_group.cpp

# https://github.com/intel/llvm/pull/17955, experimental extension
AsyncAlloc/device/async_alloc_from_pool.cpp
AsyncAlloc/device/async_alloc_zero_init.cpp
Expand Down
Loading