-
Notifications
You must be signed in to change notification settings - Fork 362
Toolchains for aarch64 platforms #3474
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 06:09:14.829813+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 06:09:39.738768+00:00
@@ -24,12 +24,16 @@
raise Exception("--matrix needs to be provided")
matrix_dict = json.loads(options.matrix)
includes = matrix_dict["include"]
filtered_includes = []
for item in includes:
- if all([item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag]):
+ if all(
+ [
+ item["python_version"] not in disabled_python_versions,
+ item["desired_cuda"] != cpu_tag,
+ ]
+ ):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
print(json.dumps(filtered_matrix_dict))
10bf82d
to
1df6acb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 06:24:03.783084+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 06:24:23.602555+00:00
@@ -24,12 +24,16 @@
raise Exception("--matrix needs to be provided")
matrix_dict = json.loads(options.matrix)
includes = matrix_dict["include"]
filtered_includes = []
for item in includes:
- if all([item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag]):
+ if all(
+ [
+ item["python_version"] not in disabled_python_versions,
+ item["desired_cuda"] != cpu_tag,
+ ]
+ ):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
print(json.dumps(filtered_matrix_dict))
1df6acb
to
f85c6ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 06:42:18.532323+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 06:42:38.556023+00:00
@@ -24,12 +24,16 @@
raise Exception("--matrix needs to be provided")
matrix_dict = json.loads(options.matrix)
includes = matrix_dict["include"]
filtered_includes = []
for item in includes:
- if all([item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag]):
+ if all(
+ [
+ item["python_version"] not in disabled_python_versions,
+ item["desired_cuda"] != cpu_tag,
+ ]
+ ):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
print(json.dumps(filtered_matrix_dict))
f85c6ad
to
dd0d3fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 13:06:29.945722+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 13:06:55.335724+00:00
@@ -24,12 +24,16 @@
raise Exception("--matrix needs to be provided")
matrix_dict = json.loads(options.matrix)
includes = matrix_dict["include"]
filtered_includes = []
for item in includes:
- if all([item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag]):
+ if all(
+ [
+ item["python_version"] not in disabled_python_versions,
+ item["desired_cuda"] != cpu_tag,
+ ]
+ ):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
print(json.dumps(filtered_matrix_dict))
dd0d3fa
to
84e9ba7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 13:10:17.797528+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 13:10:38.367641+00:00
@@ -24,12 +24,16 @@
raise Exception("--matrix needs to be provided")
matrix_dict = json.loads(options.matrix)
includes = matrix_dict["include"]
filtered_includes = []
for item in includes:
- if all([item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag]):
+ if all(
+ [
+ item["python_version"] not in disabled_python_versions,
+ item["desired_cuda"] != cpu_tag,
+ ]
+ ):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
print(json.dumps(filtered_matrix_dict))
84e9ba7
to
e9b3aba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 13:13:33.535775+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 13:13:54.197675+00:00
@@ -24,12 +24,16 @@
raise Exception("--matrix needs to be provided")
matrix_dict = json.loads(options.matrix)
includes = matrix_dict["include"]
filtered_includes = []
for item in includes:
- if all([item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag]):
+ if all(
+ [
+ item["python_version"] not in disabled_python_versions,
+ item["desired_cuda"] != cpu_tag,
+ ]
+ ):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
print(json.dumps(filtered_matrix_dict))
e9b3aba
to
8b2bf2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 13:15:59.968735+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 13:16:21.063511+00:00
@@ -24,12 +24,16 @@
raise Exception("--matrix needs to be provided")
matrix_dict = json.loads(options.matrix)
includes = matrix_dict["include"]
filtered_includes = []
for item in includes:
- if all([item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag]):
+ if all(
+ [
+ item["python_version"] not in disabled_python_versions,
+ item["desired_cuda"] != cpu_tag,
+ ]
+ ):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
print(json.dumps(filtered_matrix_dict))
8b2bf2a
to
41e8ed0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 13:19:18.530039+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 13:19:42.388443+00:00
@@ -24,12 +24,16 @@
raise Exception("--matrix needs to be provided")
matrix_dict = json.loads(options.matrix)
includes = matrix_dict["include"]
filtered_includes = []
for item in includes:
- if all([item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag]):
+ if all(
+ [
+ item["python_version"] not in disabled_python_versions,
+ item["desired_cuda"] != cpu_tag,
+ ]
+ ):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
print(json.dumps(filtered_matrix_dict))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 15:36:38.395606+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 15:36:59.299553+00:00
@@ -24,12 +24,16 @@
raise Exception("--matrix needs to be provided")
matrix_dict = json.loads(options.matrix)
includes = matrix_dict["include"]
filtered_includes = []
for item in includes:
- if all([item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag]):
+ if all(
+ [
+ item["python_version"] not in disabled_python_versions,
+ item["desired_cuda"] != cpu_tag,
+ ]
+ ):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
print(json.dumps(filtered_matrix_dict))
e3ef048
to
d59d84d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 15:46:53.434229+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 15:47:15.901306+00:00
@@ -27,11 +27,11 @@
filtered_includes = []
for item in includes:
if all(
[
item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag
+ item["desired_cuda"] != cpu_tag,
]
):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 15:55:26.634052+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 15:55:46.867568+00:00
@@ -27,11 +27,11 @@
filtered_includes = []
for item in includes:
if all(
[
item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag
+ item["desired_cuda"] != cpu_tag,
]
):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 15:55:59.468757+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 15:56:21.228212+00:00
@@ -27,11 +27,11 @@
filtered_includes = []
for item in includes:
if all(
[
item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag
+ item["desired_cuda"] != cpu_tag,
]
):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
724631c
to
c1b4e6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 15:58:59.055526+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 15:59:23.298568+00:00
@@ -27,11 +27,11 @@
filtered_includes = []
for item in includes:
if all(
[
item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag
+ item["desired_cuda"] != cpu_tag,
]
):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
c1b4e6e
to
23ae053
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 16:15:47.608745+00:00
+++ /home/runner/work/TensorRT/TensorRT/.github/scripts/filter-matrix.py 2025-04-15 16:16:08.490270+00:00
@@ -27,11 +27,11 @@
filtered_includes = []
for item in includes:
if all(
[
item["python_version"] not in disabled_python_versions,
- item["desired_cuda"] != cpu_tag
+ item["desired_cuda"] != cpu_tag,
]
):
filtered_includes.append(item)
filtered_matrix_dict = {}
filtered_matrix_dict["include"] = filtered_includes
Description
Adds SBSA linux to the CI and adds native support in the toolchain for Jetpack
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: