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
The GlobalRuntimeInfo creates a CUDA stream as an attribute, this can lead to CUDA memory leakage as we should initialize this stream during runtime instead of during import.
🐛 Describe the bug
The
GlobalRuntimeInfocreates a CUDA stream as an attribute, this can lead to CUDA memory leakage as we should initialize this stream during runtime instead of during import.Environment
No response