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

add torch frontend masked_scatter and masked_scatter_ #28783

Merged
merged 9 commits into from
Jul 10, 2024

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    e9c044f View commit details
    Browse the repository at this point in the history
  2. small fix on test

    Jin Wang committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3e52905 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. trying to fix failing test

    Jin Wang committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1253cec View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. small fix

    Jin Wang committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    76112cd View commit details
    Browse the repository at this point in the history
  2. tests are all passing

    Jin Wang committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    fa41368 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    7a94a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a6454 View commit details
    Browse the repository at this point in the history
  3. now only paddle test is failing when put_along_axis of paddle is call…

    …ed, during with the dtype is passed as None when converting result back to tensor for return
    Jin Wang committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c693d0e View commit details
    Browse the repository at this point in the history
  4. minor fix

    Sam-Armstrong committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    337b56e View commit details
    Browse the repository at this point in the history