Skip to content
Snippets Groups Projects
Commit 770be59c authored by Jesus Alvarez's avatar Jesus Alvarez
Browse files

jetson doesn't have nsight compute

parent 8fda6505
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ class ShipitData:
# HACK: inconsistencies kill me..
# cuda-nsight-compute is not in the shipit data so we have to handle it here.
if "cuda_nsight_compute" in name:
if "cuda_nsight_compute" in name and not self.tegra:
return {'name': name_with_hyphens, 'version': self.release_label}
for _, v in fragments.items():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment