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
[Driver][SYCL] Remove object upon failure (#18190)
Typical behaviors when the compilation fails is to have the resulting
output object to be removed. Due to the fact that there are multiple
compilations that occur during an offload compilation, the actual final
output object may not be directly associated with the compile causing it
to not be removed.
Update the cleanup file list to remove the output result file regardless
of the associated job action when we are performing offload.
---------
Signed-off-by: Michael D Toguchi <[email protected]>
0 commit comments