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

[dynamo] add infinite generators itertools.{count, repeat, cycle} #110967

Closed

Commits on Oct 10, 2023

  1. add repeat via polyfill

    jon-chuang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0fa0d0d View commit details
    Browse the repository at this point in the history
  2. lint

    jon-chuang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3251e95 View commit details
    Browse the repository at this point in the history
  3. empty

    jon-chuang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    144ae40 View commit details
    Browse the repository at this point in the history
  4. done

    jon-chuang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4154685 View commit details
    Browse the repository at this point in the history
  5. remove random

    jon-chuang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    af83cc3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of https://github.com/pytorch/pytorch into jon-ch…

    …uang/infinite-iterators
    jon-chuang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    188cea8 View commit details
    Browse the repository at this point in the history
  7. stash

    jon-chuang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    408b0bf View commit details
    Browse the repository at this point in the history
  8. make copy-on-write

    jon-chuang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    509d989 View commit details
    Browse the repository at this point in the history
  9. simplify

    jon-chuang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6bcf882 View commit details
    Browse the repository at this point in the history
  10. remove stray

    jon-chuang committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    56fbb4a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge branch 'main' of https://github.com/pytorch/pytorch into jon-ch…

    …uang/infinite-iterators
    jon-chuang committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    199ec55 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Merge branch 'main' of https://github.com/pytorch/pytorch into jon-ch…

    …uang/infinite-iterators
    jon-chuang committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f5effd1 View commit details
    Browse the repository at this point in the history
  2. ensure compilation

    jon-chuang committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9d1692c View commit details
    Browse the repository at this point in the history