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

Aten scatter converter #2664

Merged
merged 10 commits into from
May 23, 2024
Merged

Aten scatter converter #2664

merged 10 commits into from
May 23, 2024

Commits on May 6, 2024

  1. aten::select

    apbose committed May 6, 2024
    Configuration menu
    Copy the full SHA
    628fab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fbc0ec View commit details
    Browse the repository at this point in the history
  3. Linting fix

    apbose committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bfd3498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    870b79f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    812114e View commit details
    Browse the repository at this point in the history
  6. uncommenting the tests

    apbose committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6afbb8d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Removing the int64 casting to int32 in harness.py since native int64 …

    …in supported in TRT10
    apbose committed May 7, 2024
    Configuration menu
    Copy the full SHA
    19049bc View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Dynamo test cases error correction and adding support for int64 indic…

    …es conversion to int32 in TRT10 for tests
    apbose committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0449068 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. code cleanup

    apbose committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0318b33 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Addressing review comments

    apbose committed May 16, 2024
    Configuration menu
    Copy the full SHA
    487906d View commit details
    Browse the repository at this point in the history