forked from pytorch/executorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle time wrap around in inspector (pytorch#3766)
Summary: Pull Request resolved: pytorch#3766 In platforms which represent time using 32 bits there might be a wrap around and we handle that now in inspector.py. Ideally we should source this max value from the platform using etdump, but for now it should be fine to assume 32 bits if there's a wrap around. Reviewed By: abhiag-git, Jack-Khuu, Olivia-liu Differential Revision: D57925542 fbshipit-source-id: 69886ca1f09074d1b16f125540a41d780d6c2972
- Loading branch information
1 parent
a36ace7
commit 1ad4ae6
Showing
1 changed file
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters