Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytorch/kineto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 151335251b59010cfe401b6274f8bf30d4b3eb0f
Choose a base ref
...
head repository: pytorch/kineto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 879a203d9bf554e95541679ddad6e0326f272dc1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 21, 2021

  1. Bugfix: Trace duration of <1s becomes 1s

    Summary:
    Specifying trace duration of <1s always results in a 1s trace.
    In general, the duration of the collected trace is always rounded up to the nearest second.
    Fix it by correctly setting wakeup time when trace duration is not an even number of seconds.
    
    Reviewed By: jaewonlee-fb
    
    Differential Revision: D31842840
    
    fbshipit-source-id: 1ed4b0a8210804634887d1ba5800b0a3e7176753
    gdankel authored and facebook-github-bot committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    879a203 View commit details
    Browse the repository at this point in the history
Loading