针对图像处理与机器视觉以及三维图形渲染等所具有的大规模并行处理特征,通过充分利用面向图形图像处理的多态阵列架构(PAAG)处理器的可编程性以及灵活的并行处理方式,采用操作级并行与数据级并行相结合的并行化设计方法,实现了Open VX中Kernel函数以及3D图形渲染。实验结果表明,在Open VX标准图像处理Kernel函数以及图形渲染的并行实现中,采用PAAG处理器中的多指令多数据(MIMD)并行处理方式可以获得斜率为1的线性加速比,比传统图形处理器(GPU)中单指令多数据(SIMD)并行处理方式所得到的斜率值小于1的非线性加速比效率更高。
For the image processing, computer vision and 3D rendering have the feature of massive parallel processing,the programmability and the flexible mode of parallel processing on the Polymorphic Array Architecture for Graphics( PAAG)platform were utilized adequately, the parallelism design method by combing the operation level parallelism with data level parallelism was used to implement the Open VX Kernel functions and 3D rendering pipelines. The experimental results indicate that in the parallel implementation of image processing of Open VX Kernel functions and graphics rendering, using Multiple Instruction Multiple Data( MIMD) of PAAG in parallel processing can obtain a linear speedup that the slope equals to 1,which achieves higher efficiency than the slope as nonlinear speedup that less than 1 of Single Instruction Multiple Data( SIMD) in traditional parallel processing of the Graphics Processing Unit( GPU).