1+ # Known OK:
2+ 
3+ # https://github.com/intel/llvm/pull/18059 made property a no-op, so `FileCheck`
4+ # fails, but that isn't an actual ABI break.
5+ DiscardEvents/discard_events_accessors.cpp
6+ DiscardEvents/discard_events_using_assert_ndebug.cpp
7+ DiscardEvents/discard_events_usm.cpp
8+ DiscardEvents/invalid_event.cpp
9+ DiscardEvents/invalid_event_exceptions.cpp
10+ 
11+ # https://github.com/intel/llvm/pull/18287
12+ # Throw exception instead of returning garbage
13+ Basic/info.cpp
14+ 
15+ # Likely OK, but need author to provide justification, get approval/confirmation
16+ # from someone:
17+ 
18+ # https://github.com/intel/llvm/pull/18565
19+ # This one should have probably be done in multiple PRs, first improving the
20+ # test's CHECKs and then making an actual functional change.
21+ #
22+ # Based on the title, I'd expect to see reduction in number of ur*retain/release
23+ # calls, but it only moves a few ur*release CHECKs, so I'll let the author
24+ # update this explanation.
25+ KernelAndProgram/disable-caching.cpp
26+ 
127# https://github.com/intel/llvm/pull/18253 broke at least some of the pre-built
2- # E2E binaries, but we don't  provide backward compatibility for binaries built 
3- # with sanitizers. 
28+ # E2E binaries, but do  we really need to  provide backward compatibility for
29+ # binaries built  with sanitizers? 
430Sanitizer
531
632# https://github.com/intel/llvm/pull/19238
733NonUniformGroups/opportunistic_group.cpp
834
9- # https://github.com/intel/llvm/pull/18314 (need to address?)
35+ # https://github.com/intel/llvm/pull/17955, experimental extension
36+ AsyncAlloc/device/async_alloc_from_pool.cpp
37+ AsyncAlloc/device/async_alloc_zero_init.cpp
38+ AsyncAlloc/device/ooo_queue_async_alloc_from_pool.cpp
39+ 
40+ # Need more investigation by the author:
41+ 
42+ # https://github.com/intel/llvm/pull/18314
1043Assert/assert_in_kernels.cpp
1144Assert/assert_in_multiple_tus.cpp
1245Assert/assert_in_multiple_tus_one_ndebug.cpp
@@ -15,25 +48,13 @@ Assert/assert_in_simultaneous_kernels.cpp
1548Assert/assert_in_simultaneously_multiple_tus.cpp
1649Assert/assert_in_simultaneously_multiple_tus_one_ndebug.cpp
1750
18- # https://github.com/intel/llvm/pull/17955
19- AsyncAlloc/device/async_alloc_from_pool.cpp
20- AsyncAlloc/device/async_alloc_zero_init.cpp
21- AsyncAlloc/device/ooo_queue_async_alloc_from_pool.cpp
22- 
23- # https://github.com/intel/llvm/pull/18059 made property a no-op, so `FileCheck`
24- # fails, but that isn't an actual ABI break.
25- DiscardEvents/discard_events_accessors.cpp
26- DiscardEvents/discard_events_using_assert_ndebug.cpp
27- DiscardEvents/discard_events_usm.cpp
28- DiscardEvents/invalid_event.cpp
29- DiscardEvents/invalid_event_exceptions.cpp
30- 
31- # https://github.com/intel/llvm/pull/17442 (unclear if need to address)
51+ # https://github.com/intel/llvm/pull/17442
3252KernelCompiler/opencl.cpp
3353KernelCompiler/opencl_cache_eviction.cpp
3454KernelCompiler/opencl_queries.cpp
3555
36- # Pulldown https://github.com/intel/llvm/pull/18403 (why? TODO!!!)
56+ # https://github.com/intel/llvm/pull/18403 (pulldown, so probably offload-tools
57+ # team should be looking into this)
3758DeviceImageDependencies/NewOffloadDriver/dynamic.cpp
3859DeviceImageDependencies/NewOffloadDriver/free_function_kernels.cpp
3960DeviceImageDependencies/NewOffloadDriver/math_device_lib.cpp
@@ -46,16 +67,9 @@ NewOffloadDriver/spirv_device_obj_smoke.cpp
4667NewOffloadDriver/split-per-source-main.cpp
4768NewOffloadDriver/sycl-external-with-optional-features.cpp
4869
49- # https://github.com/intel/llvm/pull/18277 (unclear if need to address) 
70+ # https://github.com/intel/llvm/pull/18277
5071InOrderEventsExt/get_last_event.cpp
5172InorderQueue/in_order_ext_oneapi_submit_barrier.cpp
5273
53- # https://github.com/intel/llvm/pull/18565 (CHECKs reordered)
54- KernelAndProgram/disable-caching.cpp
55- 
56- # https://github.com/intel/llvm/pull/18287
57- # Throw exception instead of returning garbage
58- Basic/info.cpp
59- 
6074# https://github.com/intel/llvm/pull/19328
6175Adapters/interop-level-zero-buffer-ownership.cpp
0 commit comments