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 TVMFFIEnvSetDLPackManagedTensorAllocator to correctly return the original allocator (#371)
Before this commit, TVMFFIEnvSetDLPackManagedTensorAllocator incorrectly
set the previous allocator in:
TVMFFIEnvSetDLPackManagedTensorAllocator(NewAllocator, 0,
&pre_allocator);
---------
Co-authored-by: nan <[email protected]>
0 commit comments