Skip to content

Commit c2745a5

Browse files
authored
Merge branch 'main' into narendasan/push-trxznozvxnsq
2 parents ab98a78 + 2e26bfa commit c2745a5

229 files changed

Lines changed: 341 additions & 433 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/scripts/install-tensorrt-rtx.sh

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/scripts/install-torch-tensorrt.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ if [[ "${CU_VERSION}" == cu13* ]]; then
2727
export LD_LIBRARY_PATH="${SITE_PACKAGES}/nvidia/cu13/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
2828
fi
2929

30-
if [[ ${USE_TRT_RTX} == true ]]; then
31-
source .github/scripts/install-tensorrt-rtx.sh
32-
# tensorrt-rtx is not publicly available, so we need to install the wheel from the tar ball
33-
install_wheel_or_not=true
34-
install_tensorrt_rtx ${install_wheel_or_not}
35-
fi
36-
3730
# Install Torch-TensorRT
3831
if [[ ${PLATFORM} == win32 ]]; then
3932
pip install ${RUNNER_ARTIFACT_DIR}/torch_tensorrt*.whl

MODULE.bazel

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,27 +131,27 @@ http_archive(
131131
http_archive(
132132
name = "tensorrt",
133133
build_file = "@//third_party/tensorrt/archive:BUILD",
134-
strip_prefix = "TensorRT-10.15.1.29",
134+
strip_prefix = "TensorRT-10.16.0.72",
135135
urls = [
136-
"https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.15.1/tars/TensorRT-10.15.1.29.Linux.x86_64-gnu.cuda-13.1.tar.gz",
136+
"https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.16.0/tars/TensorRT-10.16.0.72.Linux.x86_64-gnu.cuda-13.2.tar.gz",
137137
],
138138
)
139139

140140
http_archive(
141141
name = "tensorrt_rtx",
142142
build_file = "@//third_party/tensorrt_rtx/archive:BUILD",
143-
strip_prefix = "TensorRT-RTX-1.3.0.35",
143+
strip_prefix = "TensorRT-RTX-1.4.0.76",
144144
urls = [
145-
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.3/tensorrt-rtx-1.3.0.35-linux-x86_64-cuda-13.1-release-external.tar.gz",
145+
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4/tensorrt-rtx-1.4.0.76-linux-x86_64-cuda-13.2-release-external.tar.gz",
146146
],
147147
)
148148

149149
http_archive(
150150
name = "tensorrt_sbsa",
151151
build_file = "@//third_party/tensorrt/archive:BUILD",
152-
strip_prefix = "TensorRT-10.15.1.29",
152+
strip_prefix = "TensorRT-10.16.0.72",
153153
urls = [
154-
"https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.15.1/tars/TensorRT-10.15.1.29.Linux.aarch64-gnu.cuda-13.1.tar.gz",
154+
"https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.16.0/tars/TensorRT-10.16.0.72.Linux.aarch64-gnu.cuda-13.2.tar.gz",
155155
],
156156
)
157157

@@ -167,17 +167,17 @@ http_archive(
167167
http_archive(
168168
name = "tensorrt_win",
169169
build_file = "@//third_party/tensorrt/archive:BUILD",
170-
strip_prefix = "TensorRT-10.15.1.29",
170+
strip_prefix = "TensorRT-10.16.0.72",
171171
urls = [
172-
"https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.15.1/zip/TensorRT-10.15.1.29.Windows.amd64.cuda-13.1.zip",
172+
"https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.16.0/zip/TensorRT-10.16.0.72.Windows.amd64.cuda-13.2.zip",
173173
],
174174
)
175175

176176
http_archive(
177177
name = "tensorrt_rtx_win",
178178
build_file = "@//third_party/tensorrt_rtx/archive:BUILD",
179-
strip_prefix = "TensorRT-RTX-1.3.0.35",
179+
strip_prefix = "TensorRT-RTX-1.4.0.76",
180180
urls = [
181-
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.3/tensorrt-rtx-1.3.0.35-win10-amd64-cuda-13.1-release-external.zip",
181+
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4/tensorrt-rtx-1.4.0.76-win10-amd64-cuda-13.2-release-external.zip",
182182
],
183183
)

dev_dep_versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__cuda_version__: "13.0"
2-
__tensorrt_version__: "10.15.1"
3-
__tensorrt_rtx_version__: "1.3.0"
2+
__tensorrt_version__: "10.16.0"
3+
__tensorrt_rtx_version__: "1.4.0"
44
__tensorrt_llm_version__: "0.17.0.post1"

docs/_cpp_api/classtorch__tensorrt_1_1DataType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
4444
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
4545

46-
<script src="../_static/documentation_options.js?v=56ca1d0c"></script>
46+
<script src="../_static/documentation_options.js?v=dae753c2"></script>
4747
<script src="../_static/doctools.js?v=888ff710"></script>
4848
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
4949
<script src="../_static/collapsible-lists/js/CollapsibleLists.compressed.js?v=73120307"></script>

docs/_cpp_api/classtorch__tensorrt_1_1Device_1_1DeviceType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
4444
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
4545

46-
<script src="../_static/documentation_options.js?v=56ca1d0c"></script>
46+
<script src="../_static/documentation_options.js?v=dae753c2"></script>
4747
<script src="../_static/doctools.js?v=888ff710"></script>
4848
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
4949
<script src="../_static/collapsible-lists/js/CollapsibleLists.compressed.js?v=73120307"></script>

docs/_cpp_api/classtorch__tensorrt_1_1TensorFormat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
4444
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
4545

46-
<script src="../_static/documentation_options.js?v=56ca1d0c"></script>
46+
<script src="../_static/documentation_options.js?v=dae753c2"></script>
4747
<script src="../_static/doctools.js?v=888ff710"></script>
4848
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
4949
<script src="../_static/collapsible-lists/js/CollapsibleLists.compressed.js?v=73120307"></script>

docs/_cpp_api/define_macros_8h_1a18d295a837ac71add5578860b55e5502.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
4444
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
4545

46-
<script src="../_static/documentation_options.js?v=56ca1d0c"></script>
46+
<script src="../_static/documentation_options.js?v=dae753c2"></script>
4747
<script src="../_static/doctools.js?v=888ff710"></script>
4848
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
4949
<script src="../_static/collapsible-lists/js/CollapsibleLists.compressed.js?v=73120307"></script>

docs/_cpp_api/define_macros_8h_1a282fd3c0b1c3a215148ae372070e1268.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
4444
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
4545

46-
<script src="../_static/documentation_options.js?v=56ca1d0c"></script>
46+
<script src="../_static/documentation_options.js?v=dae753c2"></script>
4747
<script src="../_static/doctools.js?v=888ff710"></script>
4848
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
4949
<script src="../_static/collapsible-lists/js/CollapsibleLists.compressed.js?v=73120307"></script>

docs/_cpp_api/define_macros_8h_1a31398a6d4d27e28817afb0f0139e909e.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
4444
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
4545

46-
<script src="../_static/documentation_options.js?v=56ca1d0c"></script>
46+
<script src="../_static/documentation_options.js?v=dae753c2"></script>
4747
<script src="../_static/doctools.js?v=888ff710"></script>
4848
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
4949
<script src="../_static/collapsible-lists/js/CollapsibleLists.compressed.js?v=73120307"></script>

0 commit comments

Comments
 (0)