From 3b61f6830902d17fa5684d466598f1d78927edfd Mon Sep 17 00:00:00 2001 From: yf711 Date: Fri, 26 Jul 2024 16:14:39 -0700 Subject: [PATCH] update commit, partial revert --- cgmanifests/generated/cgmanifest.json | 2 +- cmake/deps.txt | 2 +- cmake/deps_update_and_upload.py | 4 ++-- .../linux-gpu-tensorrt-daily-perf-pipeline.yml | 8 +++++--- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/cgmanifests/generated/cgmanifest.json b/cgmanifests/generated/cgmanifest.json index af791f21ceba1..02c688cf39394 100644 --- a/cgmanifests/generated/cgmanifest.json +++ b/cgmanifests/generated/cgmanifest.json @@ -216,7 +216,7 @@ "component": { "type": "git", "git": { - "commitHash": "706f02e74366b2cbaacf87be61de95df051a2788", + "commitHash": "f161f95883b4ebd8cb789de5efc67b73c0a6e694", "repositoryUrl": "https://github.com/onnx/onnx-tensorrt.git" }, "comments": "onnx_tensorrt" diff --git a/cmake/deps.txt b/cmake/deps.txt index cf48ab516d31b..18adf28793b41 100644 --- a/cmake/deps.txt +++ b/cmake/deps.txt @@ -38,7 +38,7 @@ mp11;https://github.com/boostorg/mp11/archive/refs/tags/boost-1.82.0.zip;9bc9e01 neural_speed;https://github.com/intel/neural-speed/archive/refs/tags/v0.3.zip;5ec64e3071edc7347ebd8a81679cf06e2bb9b851 onnx;https://github.com/onnx/onnx/archive/refs/tags/v1.16.1.zip;2eb9198bb352757d5ff13977cbe0634898e0837c #use the latest commit of 10.2-GA -onnx_tensorrt;https://github.com/onnx/onnx-tensorrt/archive/706f02e74366b2cbaacf87be61de95df051a2788.zip;d716e94fe9df25916e381b5400de2f06d82c691f +onnx_tensorrt;https://github.com/onnx/onnx-tensorrt/archive/f161f95883b4ebd8cb789de5efc67b73c0a6e694.zip;2148d0c79a171abf2b9451f3bfec164e85caf2ef protobuf;https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.zip;7cf2733949036c7d52fda017badcab093fe73bfa protoc_win64;https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-win64.zip;b4521f7ada5b260380f94c4bd7f1b7684c76969a protoc_win32;https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-win32.zip;3688010318192c46ce73213cdfb6b3e5656da874 diff --git a/cmake/deps_update_and_upload.py b/cmake/deps_update_and_upload.py index 740d159ddbe89..63df3f6f03869 100644 --- a/cmake/deps_update_and_upload.py +++ b/cmake/deps_update_and_upload.py @@ -6,9 +6,9 @@ # # Run without --do-upload once to verify downloading. Use --do-upload when you are ready to publish. # E.g.: -# python cmake/deps_update_and_upload.py --root-path C:/temp/onnxruntime_deps --version 1.0.168 +# python cmake/deps_update_and_upload.py --root-path C:/temp/onnxruntime_deps --version 1.0.82 # # check contents of C:/temp/onnxruntime_deps -# python cmake/deps_update_and_upload.py --root-path C:/temp/onnxruntime_deps --version 1.0.168 --no-download --do-upload +# python cmake/deps_update_and_upload.py --root-path C:/temp/onnxruntime_deps --version 1.0.82 --no-download --do-upload # # Next, update the version number in tools/ci_build/github/azure-pipelines/templates/download-deps.yml. diff --git a/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml index 4ab1b4996a1db..7cfff805c3b3c 100644 --- a/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml @@ -8,12 +8,14 @@ parameters: - name: TrtVersion displayName: TensorRT Version type: string - default: 10.2.cuda_12_5_cudnn_9 + default: 10.0.cuda_11_8_cudnn_8 values: + - 8.4.cuda_11_6_cudnn_8 + - 8.5.cuda_11_8_cudnn_8 - 8.6.cuda_11_8_cudnn_8 - 8.6.cuda_12_3_cudnn_9 - - 10.2.cuda_11_8_cudnn_8 - - 10.2.cuda_12_5_cudnn_9 + - 10.0.cuda_11_8_cudnn_8 + - 10.0.cuda_12_4_cudnn_9 - BIN - name: UseTensorrtOssParser