Closed Railcalibur closed 2 months ago
The code only measures inference time for htbrid mode.
Can I get the correct inference time for standalone mode by commenting the conditional statement ? If not, how to measure the time correctly?
https://github.com/NVIDIA-AI-IOT/cuDLA-samples/blob/main/src/yolov5.cpp#L261
We only recommend to measure the DLA task execution time using Nsight Systems.
closing since no activity for several months, thanks!
The code only measures inference time for htbrid mode.
Can I get the correct inference time for standalone mode by commenting the conditional statement ? If not, how to measure the time correctly?
https://github.com/NVIDIA-AI-IOT/cuDLA-samples/blob/main/src/yolov5.cpp#L261