Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pt): improve out-of-memory capture (#3857)
I just received another error message that reports out of memory. It's a bad design of PyTorch that all errors use a general `RuntimeError`. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved out-of-memory error detection for CUDA driver issues. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <[email protected]>
- Loading branch information