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.

OpenCL for DSP

Expert 7680 points


Hi Champions,

I have following question for OpenCL, could you please give some comments?

1. Does the OpenCL support to run DSP code on local L2? I saw TI OpenCL extension support allocate buffer from MSMC, and no information to access the DSP local L2.

2. Does the OpenCL support to run multi-kernels on one DSP core simultaneously? 

Zhan

  • 1) TI's OpenCL product currently loads kernel code to DDR3.  It is possible that we may extend to load kernel code to MSMC. 

    2) An individual DSP core will execute only 1 task or workgroup at a time.  However, each DSP core can be executing different tasks concurrently.

     

    Regards,

    Alan