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
[SYCL] Relax linking workaround and test SYCL interlinking (#19171)
This commit relaxes a workaround for linking inline SYCL code with
SYCLBIN. That is, instead of separating all offline images into separate
linking, it instead separates all binaries with specialization constants
into their own linking runs. Additionally, it relaxes the requirement
for dependency resolution when device images are looked up for anything
other than executable state, avoiding errors when the symbol resolution
is done manually.
---------
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments