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

TensorRT Initial commit #22131

Merged
merged 40 commits into from
Sep 16, 2022
Merged

Commits on Jul 1, 2022

  1. Initial commit

    azhurkevich committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    1109810 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Format

    yeandy committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    dcccde4 View commit details
    Browse the repository at this point in the history
  2. Fix read of onnx file

    yeandy committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    b29b9f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9517d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Fix copyright; Add back pycuda

    yeandy committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    b6b1798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23c14f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d507b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb099d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Keeping mem alloc out of inference call + CUDA Python replaced PyCUDA…

    … + inference calls are now asynchronous
    azhurkevich committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e509716 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Addressing comments

    azhurkevich committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d2e5694 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Fixing header

    azhurkevich committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    d61688b View commit details
    Browse the repository at this point in the history
  2. Format and lint

    yeandy committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    8055026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b6b133 View commit details
    Browse the repository at this point in the history
  4. Sort imports

    yeandy committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    b7157d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Format docstrings

    yeandy committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    918bf95 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    ff83c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382b885 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Refactor tensorrt imports

    yeandy committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a79e91f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Address PR comment

    yeandy committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    6b94cc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from yeandy/tensorrt_runinference

    Refactor tensorrt imports to allow local job submission
    azhurkevich authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    caea4c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b27035 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Adding stream sync

    azhurkevich committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    5d52984 View commit details
    Browse the repository at this point in the history
  2. Adding stream sync

    azhurkevich committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    93a1d98 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

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

Commits on Aug 24, 2022

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

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    ec0f276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93eb45f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70fd62f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    8ac1d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fabc51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    700e528 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    811ee31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f89a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59b8784 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from AnandInguva/tensort-test

    gradle task for tensor RT example E2E test
    AnandInguva authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a9b0417 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Fix lint issues

    yeandy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    89eeadd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

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

Commits on Sep 16, 2022

  1. Add dockerfile

    yeandy committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a994b80 View commit details
    Browse the repository at this point in the history
  2. Apache license

    damccorm authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    bee8af2 View commit details
    Browse the repository at this point in the history
  3. Apache license

    damccorm authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    2c417db View commit details
    Browse the repository at this point in the history