NVIDIA / DL4AGX

Deep Learning tools and applications for NVIDIA AGX platforms.
Apache License 2.0
144 stars 26 forks source link

Segregate the cpu name for aarch64-linux and aarch64-qnx #14

Open andi4191 opened 5 years ago

andi4191 commented 5 years ago

We need to use separate cpu name for aarch64-linux and aarch64-qnx in order to prevent the libraries from clubbing with each other.

ZhenshengLee commented 6 months ago

The project already use toolchain of bazel to build for different target machine.

https://github.com/NVIDIA/DL4AGX/blob/3dad2b95800634fa565d6cd11d578fd1c5ce4ee1/README.md?plain=1#L49-L78

I think this can be closed. @andi4191