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
I am seeing a bunch of memory corruption in rejuvyesh/PyCallChainRules.jl#10 which go away if I wrap the tests inside GC.enable(false) and GC.enable(true). Still trying to figure out a MWE because this is not as consistent with simple use of dlpack.
I am seeing a bunch of memory corruption in rejuvyesh/PyCallChainRules.jl#10 which go away if I wrap the tests inside
GC.enable(false)andGC.enable(true). Still trying to figure out a MWE because this is not as consistent with simple use ofdlpack.