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

[Fix] Fix spconv unit test by releasing cache on GPU #1872

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

VVsssssk
Copy link
Contributor

@VVsssssk VVsssssk commented Apr 12, 2022

Motivation

Some ops unit tests will report errors on circleci, and the main problem is out of memory. So I try to move some op ut to run in sub-threads; when the sub-thread finishes, the sub-thread will release the memory, thus avoiding out of memory.

@zhouzaida
Copy link
Collaborator

Motivation

Try to resolve spconv ut error in circle ci.

briefly describe why the test failed in circleci like out of memory.

@zhouzaida
Copy link
Collaborator

If this pr aims to fix the unit test of spconv, other tests should not be refactored.

@ZwwWayne
Copy link
Collaborator

Can be merged after fixing linting issues and passed the CI

@zhouzaida zhouzaida changed the title [Fix]fix spconv ut [Fix] Fix spconv unit test by releasing cache on GPU Apr 14, 2022
@zhouzaida zhouzaida merged commit 51b7a6d into open-mmlab:master Apr 14, 2022
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.

3 participants