Hi Gu-Cheol,
Latency between the host and target model can be caused by various factors. Here are a few suggestions to help decrease the latency:
- Reduce data size: If you are transmitting large amounts of data between the host and target, consider reducing the data size by using compression techniques or sending only essential information. This can help reduce the time required for data transmission.
- Minimize processing time: Analyse the target model's code and identify any areas that might be causing excessive processing time. Look for opportunities to optimize algorithms, reduce computational complexity, or streamline the code to improve overall performance.
- Optimize hardware setup: Ensure that your hardware setup is properly configured and optimized for low-latency communication. Check for any potential bottlenecks, such as slow interfaces or inefficient connections, and make necessary adjustments to improve performance.
Thanks,
Animesh Jha