This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5729: 4 EVEs only on TI_OCL_COMPUTE_UNIT_LIST

Part Number: AM5729

Dear Champs,

I learned about how to excluding DSP by defining TI_OCL_COMPUTE_UNIT_LIST at TI OpenCL User's Guide 1.2.0.

Listing 9 runs the vecadd kernel only on DSP1
-> TI_OCL_COMPUTE_UNIT_LIST="0" ./vecadd
Listing 10 runs the vecadd kernel only on DSP2
-> TI_OCL_COMPUTE_UNIT_LIST="1" ./vecadd
Listing 11 runs the vecadd kernel on both DSP1 and DSP2 (default behavior)
-> TI_OCL_COMPUTE_UNIT_LIST="0, 1" ./vecadd

But, I want to exclude DSPs and use only 4 EVEs as OpenCL compute-unit for running TIDL.

I think there is no information about eves on guide documents.

And also If I want to use only 4 EVEs by default, how can I change ti-mctd configuation file.

/etc/ti-mctd/ti_mctd_config.json

"compute-unit-list" : ???

 Could you please help to resolve this issue?

Thanks and Best Regards,