Tool/software:
The following three tests:
1. Upgrade the tidl module of SDK 8.05 to c7x-mma-tidl and mmalib_09_00_03_03 of SDK 09_00_00_02, and then use OD to test the model to run normally. OK
2.In the same way as in 1, Upgrade the tidl module of SDK 8.05 to c7x-mma-tidl and mmalib_09_02_00_08 of SDK 09_02_00_05, and then use OD test model to run abnormally. FAILED
Run exception log:
TIDL_activate is called with handle : ca50ab00
TIDL_initDmaUtils returned Error Code for handle: ca50ab00
Add logs and recompile tidl_algo to confirm that TIDL_initDmaUtils returned Error Code is -1
3.In the same way as in 1, Upgrade the tidl module of SDK 8.05 to c7x-mma-tidl and mmalib_10_01_00_04 of SDK 10_01_00_04, and then use OD to test the model for abnormal operation. FAILED
Running exception logs is basically the same as the second test:
TIDL_activate is called with handle : cb4eea00
TIDL_initDmaUtils returned Error Code for handle: cb4eea00
Add logs and recompile tidl_algo to confirm that TIDL_initDmaUtils returned Error Code is -1
so why TIDL_initDmaUtils returned Error Code?