Closed WangFengtu1996 closed 10 months ago
Same problem, have you solved it?
NO. I think may need update jetpack. I want to use DLA HW by TensorRT. I read the code. It is not using TensorRT to inference model.
I solved this problem. Refer to this URL:https://forums.developer.nvidia.com/t/where-are-the-nvsci-headers/221091 Download the BSP corresponding to jetpack. The corresponding header files contained in public_sources.tbz2. Modify the makefile and add the path
About the library nvscibuf nvscisync, can modify Makefile,add library path
-L /usr/lib/aarch64-linux-gnu/tegra -l nvscibuf -l nvscisync
Env
build command I try both in hybrid mode and standalone mode. I got same error.
src/cudla_context_standalone.h:30:10: fatal error: nvscibuf.h: No such file or directory
I search solution in Internel. But I can not fix the bug . https://forums.developer.nvidia.com/t/where-is-nvscibuf-h/107802