Skip to content
Merged
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion devops/compat_ci_exclude.sycl-rel-6_2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ KernelAndProgram/disable-caching.cpp
# binaries built with sanitizers?
Sanitizer

# https://github.com/intel/llvm/pull/19238
# 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/17955, experimental extension
Expand Down
Loading