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

support torch2trt() conversion for TensorRt 8.0; #581

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jun 30, 2021

  1. support torch2trt() conversion for TensorRt 8.0;

    fix unit tests for trt 8.0.
    Ibrahim Abedrabbo committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    751f130 View commit details
    Browse the repository at this point in the history
  2. fix setting 'int8_mode' + 'int8_calibrator'

    Ibrahim Abedrabbo committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    fe1fda8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Merge branch 'master' into support_trt_8

    Ibrahim Abedrabbo authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    1886d25 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. (chitoku:jp4.6_tensorrt8) Update plugin classes to match the base IPl…

    …uginV2 class in TensorRT8
    Ibrahim Abedrabbo committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4d4cb7e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. added matmul

    orilador committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    5522e23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5839e9a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from aRibra/support_trt_8_matmul

    Support trt 8 matmul + merge from upstream 18/10
    aRibra authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    94f04ce View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    29adad7 View commit details
    Browse the repository at this point in the history
  2. removed unnecessary include

    orilador committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    441c46a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. add the option to pass an ONNX file path if there is one (instead of …

    …generating on the go)
    
    add the option to override the default int8 calibrator with a custom calibrator instance
    Ibrahim Abedrabbo committed May 25, 2022
    Configuration menu
    Copy the full SHA
    3828d82 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Merge pull request #2 from aRibra/trt_ptq

    add the option to pass an ONNX file path if there is one (instead of …
    Ibrahim Abedrabbo authored May 30, 2022
    Configuration menu
    Copy the full SHA
    fdac89a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

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