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.

TMS320C6678: Tensorflow on C66x DSP

Part Number: TMS320C6678

Champs,

Will it be possible to run TensorFlow on C66x DSP?

Is there any reference or activities?

* for about TensorFlow - "https://en.wikipedia.org/wiki/TensorFlow"

Best regards,

Hayden

  • Hi Hayden,

    I've forwarded this to the DSP lib experts. Their feedback should be posted here.

    BR
    Tsvetolin Shulev
  • Hayden,

    This is an open source software originally created for CPU platforms and GPU platforms. the code uses Python, C++ and Cuda so running this purely on C66x may take some effort but you may have better chance of porting this over to ARM+DSP platforms where Linux and Android OS is supported and you can accelerate compute portions of the code on the DSP by offloading using OpenCL.

    TI has used this approach to speed up LINALG, OpenCV and other such open source software packages .

    Regards,
    Rahul