OpenMP版本:openmp_dsp_c667x_2_06_02_01
我目前再看openmp中的源代码,发现我下载的openmp版本中,好像没有使用qmss的相关接口,而是使用了软件实现的queues接口;
其中控制的宏如下
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.
OpenMP版本:openmp_dsp_c667x_2_06_02_01
我目前再看openmp中的源代码,发现我下载的openmp版本中,好像没有使用qmss的相关接口,而是使用了软件实现的queues接口;
其中控制的宏如下
Shine,谢谢你的回复。
我只是想确认一下,openmp中是否使用了qmss;
我在openmp2.x的用户手册中Resource Usage中看到omp使用了qmss中的11个队列,但是在程序调试过程中,发现源码中并没有取使用qmss中的队列,而是使用了软件队列。
具体文件为:C:\ti\openmp_dsp_c667x_2_06_02_01\packages\ti\runtime\openmp\src\tomp_qmss.c中的接口都没用被调用;
使用的是:C:\ti\openmp_dsp_c667x_2_06_02_01\packages\ti\runtime\openmp\src\tomp_queues.c
并且如问题中描述的,硬件队列的宏被设置为0了。