Closed Rooholla-KhorramBakht closed 4 months ago
Thanks for your report! We unfortunately don't have a Jetson to test on, so we might need some further help from you to debug. As a first step, can you share the exact specs of your Jetson (i.e. which model, the output of lscpu
) so that we know what version of NEON it supports and can figure out why the reinterpret call in question is a problem?
Ah, nevermind - I think I see the issue.
Thanks a lot for your quick response. The CPU info is:
Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 12
On-line CPU(s) list: 0-11
Vendor ID: ARM
Model name: Cortex-A78AE
Model: 1
Thread(s) per core: 1
Core(s) per cluster: 4
Socket(s): -
Cluster(s): 3
Stepping: r0p1
CPU max MHz: 2201.6001
CPU min MHz: 115.2000
BogoMIPS: 62.50
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp
asimdhp cpuid asimdrdm lrcpc dcpop asimddp uscat ilrcp
c flagm paca pacg
Caches (sum of all):
L1d: 768 KiB (12 instances)
L1i: 768 KiB (12 instances)
L2: 3 MiB (12 instances)
L3: 6 MiB (3 instances)
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0-11
Vulnerabilities:
Gather data sampling: Not affected
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Retbleed: Not affected
Spec rstack overflow: Not affected
Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Spectre v1: Mitigation; __user pointer sanitization
Spectre v2: Mitigation; CSV2, but not BHB
Srbds: Not affected
Tsx async abort: Not affected
Describe the bug Compilation fails on NVIDIA Jetson Orin.
To Reproduce Either in docker or locally, running:
returns error:
Expected behavior Installation to complete with no errors.
Environment: