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][Graphs] Fix whole graph update raw arg test (#16377)
Update is only allowed if the kernel object that the graph is being
updated with is the same as the kernel that the graph was created with.
Calling `ext_oneapi_get_kernel` is creating a new SYCL kernel object for
each invocation, since the implementation doesn't cache kernels for
kernel bundles.
The user should not assume the caching of kernels, so must use the same
kernel objects each time for update.
0 commit comments