mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
More fixes and improved clang-tidy checkers (#93213)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93213 Approved by: https://github.com/Skylion007
This commit is contained in:
@ -27,7 +27,7 @@ class THManagedMapAllocator : private THManagedMapAllocatorInit,
|
||||
|
||||
void close() override;
|
||||
|
||||
~THManagedMapAllocator() {
|
||||
~THManagedMapAllocator() override {
|
||||
close();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user