Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: onnx/onnx-tensorrt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/10.0-GA
Choose a base ref
...
head repository: onnx/onnx-tensorrt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 56 files changed
  • 6 contributors

Commits on Oct 4, 2023

  1. Use std::make_unique instead of one imported from ONNX

    Signed-off-by: Kevin Chen <kevinch@nvidia.com>
    kevinch-nv committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    af21144 View commit details
    Browse the repository at this point in the history
  2. Use identity for two-output dropout

    Signed-off-by: Kevin Chen <kevinch@nvidia.com>
    kevinch-nv committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a43ce67 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Enable DDS ops for ONNXRT

    Signed-off-by: Kevin Chen <kevinch@nvidia.com>
    kevinch-nv committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c1e2356 View commit details
    Browse the repository at this point in the history
  2. Final DDS removal

    Signed-off-by: Kevin Chen <kevinch@nvidia.com>
    kevinch-nv committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bacfaaa View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update ONNX submodule to v1.16

    Signed-off-by: Kevin Chen <kevinch@nvidia.com>
    kevinch-nv committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ae67f69 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Normalize external weights paths

    Signed-off-by: Kevin Chen <kevinch@nvidia.com>
    kevinch-nv committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ee0b139 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge 10.0-GA into Main (#966)

    * TRT 9.0 EA - OSS (#930)
    
    Signed-off-by: Samurdhi Karunaratne <skarunaratne@nvidia.com>
    
    * Mark opset 19 support (#932)
    
    Signed-off-by: Samurdhi Karunaratne <skarunaratne@nvidia.com>
    
    * ONNX-TensorRT 9.1 Update
    
    Signed-off-by: Kevin Chen <kevinch@nvidia.com>
    
    * ONNX-TensorRT 9.2 Release (#948)
    
    Signed-off-by: Yuan Yao <yuanyao@nvidia.com>
    
    * ONNX-TensorRT 9.3 Release (#955)
    
    Signed-off-by: Kevin Chen <kevinch@nvidia.com>
    
    * 10.0 Release Updates (#960)
    
    * 10.0 Release Updates
    
    Signed-off-by: Asfiya Baig <asfiyab@nvidia.com>
    
    
    ---------
    
    Signed-off-by: Asfiya Baig <asfiyab@nvidia.com>
    
    * 10.0 GA Update
    
    Signed-off-by: Asfiya Baig <asfiyab@nvidia.com>
    
    ---------
    
    Signed-off-by: Samurdhi Karunaratne <skarunaratne@nvidia.com>
    Signed-off-by: Kevin Chen <kevinch@nvidia.com>
    Signed-off-by: Yuan Yao <yuanyao@nvidia.com>
    Signed-off-by: Asfiya Baig <asfiyab@nvidia.com>
    Co-authored-by: Samurdhi Karunaratne <97725867+samurdhikaru@users.noreply.github.com>
    Co-authored-by: Yuan Yao <99693700+yuanyao-nv@users.noreply.github.com>
    Co-authored-by: asfiyab-nvidia <117682710+asfiyab-nvidia@users.noreply.github.com>
    Co-authored-by: Asfiya Baig <asfiyab@nvidia.com>
    5 people authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d609f4a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Register LayerNorm nodes (#967)

    Signed-off-by: Kevin Chen <kevinch@nvidia.com>
    kevinch-nv authored May 2, 2024
    Configuration menu
    Copy the full SHA
    7ecb49a View commit details
    Browse the repository at this point in the history
Loading