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(cuda.core): pass non-NULL phGraph to cuStreamEndCapture
Use a stack-local CUgraph output for end_building() and
GB_end_capture_if_needed(), and release the GIL inside the helper so
driver calls are nogil regardless of caller (__dealloc__ or close()).
0 commit comments