The improved parallel ray casting algorithm in embedded multi-core DSP system

Congliang Hu,Fugen Zhou,Li Tian
DOI: https://doi.org/10.1145/2742854.2742904
2015-01-01
Abstract:An improved parallel ray casting algorithm in embedded multi-core DSP system is proposed in this paper. The algorithm takes advantage of the improved bounding volume hierarchy (BVH) technology to speed up the intersection process. In order to increase the computing efficiency, the ray casting algorithm is parallelized on TMS320C6678 of TI, where the code and Cache are also optimized. Moreover, considering load balancing in parallel processing, we dispatch the parallel stages to 8 cores, and master-slave mode is adopted to schedule assigned tasks reasonably. The experimental results verify that our method has a good performance and exceeds the results of OpenMP (Open Multiprocessing).
What problem does this paper attempt to address?