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 error: out of memory on non_blocking calls
Removes non_blocking argument from all device to cpu transfers. In certain environments (e.g. WSL) large transfers will throw a CUDA memory error regardless of VRAM available.
Adjusts stream synchronize for modest performance gains with cpu_offload.
fixes#90, fixes#117
0 commit comments