pytorch
d1df4038 - [PyTorch] Make RecordFunctionCallback::should_run_ a function pointer (#48274)

Commit
3 years ago
[PyTorch] Make RecordFunctionCallback::should_run_ a function pointer (#48274) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/48274 The std::function-ness of it was used only for tests. (std::function is huge at 32 bytes, and not particularly efficient.) ghstack-source-id: 117498491 Test Plan: CI Reviewed By: dzhulgakov Differential Revision: D25102077 fbshipit-source-id: fd941ddf32235a9659a1a17609c27cc5cb446a54
Author
Parents
Loading