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
[CUDA][Bindless] Fix memory leak in interop mapping
* added a map to ur_device_handle_t_.
* Capture the leaking Cumipmappedarray in
urBindlessImagesMapExternalArrayExp into map.
* Update urBindlessImagesImageFreeExp to check if the Cuarray is
derived, then destroy the corresponding Cumipmappedarray.
0 commit comments