Skip to content

Commit a53d484

Browse files
committed
[CI][NFC] Clarify the breaking of the opportunistic_group
This clarifies the break of sycl-rel 6.2 opportunistic_group test due to the removal of the corresponding device aspect in intel#19238 following the refactoring of the experimental extension. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 9f516d6 commit a53d484

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

devops/compat_ci_exclude.sycl-rel-6_2

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ KernelAndProgram/disable-caching.cpp
2929
# binaries built with sanitizers?
3030
Sanitizer
3131

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

3538
# https://github.com/intel/llvm/pull/17955, experimental extension

0 commit comments

Comments
 (0)