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
Fix urMemBufferCreateWithNativeHandle for host memory (#18066)
In case of creating a buffer from native host memory pointer, there was
a missing initialization step. Host memory content was not being copied
to the underlying buffer device memory.
0 commit comments