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
The current implementation of link() only properly filters duplicates of
the device_image_impl objects, but compiling the same device binary
image twice may have yielded image impls that do not compare equal.
Instead, we can compare the underlying binary images and only add owners
once.
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
0 commit comments