|
| 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 | + |
| 27 | +# https://github.com/intel/llvm/pull/18253 broke at least some of the pre-built |
| 28 | +# E2E binaries, but do we really need to provide backward compatibility for |
| 29 | +# binaries built with sanitizers? |
| 30 | +Sanitizer |
| 31 | + |
| 32 | +# https://github.com/intel/llvm/pull/19238 |
| 33 | +NonUniformGroups/opportunistic_group.cpp |
| 34 | + |
| 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 |
| 43 | +Assert/assert_in_kernels.cpp |
| 44 | +Assert/assert_in_multiple_tus.cpp |
| 45 | +Assert/assert_in_multiple_tus_one_ndebug.cpp |
| 46 | +Assert/assert_in_one_kernel.cpp |
| 47 | +Assert/assert_in_simultaneous_kernels.cpp |
| 48 | +Assert/assert_in_simultaneously_multiple_tus.cpp |
| 49 | +Assert/assert_in_simultaneously_multiple_tus_one_ndebug.cpp |
| 50 | + |
| 51 | +# https://github.com/intel/llvm/pull/17442 |
| 52 | +KernelCompiler/opencl.cpp |
| 53 | +KernelCompiler/opencl_cache_eviction.cpp |
| 54 | +KernelCompiler/opencl_queries.cpp |
| 55 | + |
| 56 | +# https://github.com/intel/llvm/pull/18403 (pulldown, so probably offload-tools |
| 57 | +# team should be looking into this) |
| 58 | +DeviceImageDependencies/NewOffloadDriver/dynamic.cpp |
| 59 | +DeviceImageDependencies/NewOffloadDriver/free_function_kernels.cpp |
| 60 | +DeviceImageDependencies/NewOffloadDriver/math_device_lib.cpp |
| 61 | +DeviceImageDependencies/NewOffloadDriver/objects.cpp |
| 62 | +DeviceImageDependencies/NewOffloadDriver/singleDynamicLibrary.cpp |
| 63 | +NewOffloadDriver/aot-gpu.cpp |
| 64 | +NewOffloadDriver/buffer.cpp |
| 65 | +NewOffloadDriver/multisource.cpp |
| 66 | +NewOffloadDriver/spirv_device_obj_smoke.cpp |
| 67 | +NewOffloadDriver/split-per-source-main.cpp |
| 68 | +NewOffloadDriver/sycl-external-with-optional-features.cpp |
| 69 | + |
| 70 | +# https://github.com/intel/llvm/pull/18277 |
| 71 | +InOrderEventsExt/get_last_event.cpp |
| 72 | +InorderQueue/in_order_ext_oneapi_submit_barrier.cpp |
| 73 | + |
| 74 | +# https://github.com/intel/llvm/pull/19328 |
| 75 | +Adapters/interop-level-zero-buffer-ownership.cpp |
0 commit comments