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
Depending on the host system's CUDA implementation,
CU_POINTER_ATTRIBUTE_MEMORY_TYPE queries may report different values
for managed pointers. Managed memory must however always be freed using
cuMemFree. This patch adds an additional case for the cuMemFree path in
cuda_piextUSMFree.
Signed-off-by: Steffen Larsen <[email protected]>
0 commit comments