Skip to content

Commit a69ec83

Browse files
[CI][NFC] Clarify the breaking of the opportunistic_group (#19774)
This clarifies the break of sycl-rel 6.2 opportunistic_group test due to the removal of the corresponding device aspect in #19238 following the refactoring of the experimental extension. --------- Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent 20bcec1 commit a69ec83

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

devops/compat_ci_exclude.sycl-rel-6_2

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ DiscardEvents/invalid_event_exceptions.cpp
1212
# Throw exception instead of returning garbage
1313
Basic/info.cpp
1414

15+
# https://github.com/intel/llvm/pull/19238 removed the device aspect
16+
# corresponding to the opportunistic_group support, in favor of it being merged
17+
# into the fragment_group aspect. Since this was a full refactoring and renaming
18+
# of an experimental extension, we accept the breaking change.
19+
NonUniformGroups/opportunistic_group.cpp
20+
1521
# https://github.com/intel/llvm/pull/17442 changed the behavior of
1622
# ext_oneapi_can_compile to refer to whether a source-based kernel_bundle can
1723
# be used with compile rather than build. This makes the OpenCL kernel compiler
@@ -39,9 +45,6 @@ KernelAndProgram/disable-caching.cpp
3945
# binaries built with sanitizers?
4046
Sanitizer
4147

42-
# https://github.com/intel/llvm/pull/19238
43-
NonUniformGroups/opportunistic_group.cpp
44-
4548
# https://github.com/intel/llvm/pull/17955, experimental extension
4649
AsyncAlloc/device/async_alloc_from_pool.cpp
4750
AsyncAlloc/device/async_alloc_zero_init.cpp

0 commit comments

Comments
 (0)