Source Code Migration of CUDA Program to Cell Platform

YUE Feng,PANG Jian-min,ZHANG Yi-chi,YU Yong
DOI: https://doi.org/10.3969/j.issn.1000-3428.2012.24.066
2012-01-01
Abstract:Compared with traditional serial program migration,parallel program migration becomes sophisticated for the huge diversity of different architectures.To migrate Compute Unified Device Architecture(CUDA) programs to other heterogeneous multi-cores,a method of mapping CUDA architecture to Cell is proposed.Through executing model mapping,enhancing parallel granularity,memory mapping and optimization,the mass threads in CUDA can execute correctly in Cell architecture by source code migration.Experimental result shows the executing speed of translated programs can achieve 72% of native compiled programs.
What problem does this paper attempt to address?