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.

TDA4VM: Running Graph on DSP C66

Part Number: TDA4VM

Hello,

I have a graph which is registered as a 

vxCreateGraph, and Pipeline is enabled with vxGraphParameterEnqueueReadyRef, it is running perfectly on Arm CPU of Jacinto 7.
My question is I want to run that graph on DSP C66_1,  instead of ARM CPU,
previously I was using a node and configured the node like "vxSetNodeTarget" to run on DSP.
Is there anything similar for Graph to be configured so it run on DSP?
or 
how can I change application configuration so it run on DSP, whole application.
Thank you