NVIDIA-AI-IOT / cuDLA-samples

YOLOv5 on Orin DLA
Other
167 stars 17 forks source link

Cannot run the sample with cuDLA standalone mode #32

Closed HelloChang1 closed 3 months ago

HelloChang1 commented 3 months ago

Platform: Jeston AGX orin 64G DK,JP5.1.2,R35.1 firstly, when I run the sample with cuDLA standalone mode with the code below:

make validate_cudla_int8 USE_DLA_STANDALONE_MODE=1 Error happened as this: 图片

Secondly, because I'm using jetpack 5.1.2,so I try the next command,below: make validate_cudla_int8 USE_DLA_STANDALONE_MODE=1 USE_DETERMINISTIC_SEMAPHORE=1

then Error also happened as this: 图片 It seems like it can't find these two functions

thirdly, So, I browsed through the previous questions,and found the advice in https://github.com/NVIDIA-AI-IOT/cuDLA-samples/issues/7#issuecomment-1922630645

finally, I download the BSP Souece contained nvsci_headers.tbz2 in https://developer.nvidia.com/embedded/jetson-linux-r351; However, it doesn't work. where can I finf the nvsci header file with version 6.0 and how to use it ?