You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream changed the format for offload entries, which was already adopted by the “new offload model” in DPCPP (see #17109). The runtime integration for the sycl-jit library still wraps binaries in the old v1 format, so the utilities in https://github.com/intel/llvm/blob/sycl/sycl/source/detail/jit_device_binaries.hpp need to be changed (or migrated to the new SYCLBIN infrastructure) before the SYCL runtime drops support.