Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy to cpu without oom #11463

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

vmmm123
Copy link

@vmmm123 vmmm123 commented Feb 6, 2024

Motivation

image
The "function AvoidCUDAOOM.retry_if_cuda_oom" couldnot ensure successful copy of input to cpu or convert to FP16, since the copy function may cause cuda oom in the process without ignoring the error and skip other attempt.

Modification

The inputs is casted to FP16 while ignore cuda_oom

@CLAassistant
Copy link

CLAassistant commented Feb 6, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants