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

[jit] Support torch.save for saving values during execution #18154

Closed
wants to merge 27 commits into from

Commits on Apr 18, 2019

  1. Squashed commits

    davidriazati committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    4d32b47 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    davidriazati committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    3724478 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    davidriazati committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    88e6b9a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Cleanup

    davidriazati committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    9777e3c View commit details
    Browse the repository at this point in the history
  2. Cleanup

    davidriazati committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    fd33139 View commit details
    Browse the repository at this point in the history
  3. Fix py2 test

    davidriazati committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    be1a70b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    929a220 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Update

    davidriazati committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    1af6d0a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Use same method as export.cpp for saving tensors

    davidriazati committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    9a332c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca0ec3 View commit details
    Browse the repository at this point in the history
  3. Merge

    davidriazati committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    91a29e9 View commit details
    Browse the repository at this point in the history
  4. Fix clangtidy

    davidriazati committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    366e898 View commit details
    Browse the repository at this point in the history
  5. Fix clangtidy agaiun

    davidriazati committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    6d42241 View commit details
    Browse the repository at this point in the history
  6. fix test

    davidriazati committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    6dd171c View commit details
    Browse the repository at this point in the history
  7. fix tensor writing

    davidriazati committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    f61c2a9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Merge

    davidriazati committed May 1, 2019
    Configuration menu
    Copy the full SHA
    a9354df View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    davidriazati committed May 1, 2019
    Configuration menu
    Copy the full SHA
    132c084 View commit details
    Browse the repository at this point in the history
  3. Fix cuda tests

    David Riazati committed May 1, 2019
    Configuration menu
    Copy the full SHA
    2850f24 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    David Riazati committed May 1, 2019
    Configuration menu
    Copy the full SHA
    5bcbf93 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Cleanup

    David Riazati committed May 2, 2019
    Configuration menu
    Copy the full SHA
    712436a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/pytorch/pytorch into chec…

    …kpoint
    David Riazati committed May 2, 2019
    Configuration menu
    Copy the full SHA
    a8b856b View commit details
    Browse the repository at this point in the history
  3. fix bad merge 2

    David Riazati committed May 2, 2019
    Configuration menu
    Copy the full SHA
    8d818b7 View commit details
    Browse the repository at this point in the history
  4. fix lint

    davidriazati committed May 2, 2019
    Configuration menu
    Copy the full SHA
    1875cfa View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Add a test for views, add tables to keep memoized strings/IValues liv…

    …e for the the duration of the pickler
    davidriazati committed May 3, 2019
    Configuration menu
    Copy the full SHA
    c8a34e6 View commit details
    Browse the repository at this point in the history
  2. cleanup dead code

    davidriazati committed May 3, 2019
    Configuration menu
    Copy the full SHA
    8513d13 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    c4d04a9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Use size_t pushNextBinPut() for cleaner API

    davidriazati committed May 8, 2019
    Configuration menu
    Copy the full SHA
    d86d919 View commit details
    Browse the repository at this point in the history