Fast OBJ file importing and parsing in CUDA
James Cook University, PO Box 6811, Cairns, QLD 4870, Australia
Computational Visual Media, Volume 1, Issue 3, pp 229-238, 2015
@article{possemiers2015fast,
title={Fast OBJ file importing and parsing in CUDA},
author={Possemiers, Aidan L and Lee, Ickjai},
journal={Computational Visual Media},
volume={1},
number={3},
pages={229–238},
year={2015},
publisher={Springer}
}
Alias-Wavefront OBJ meshes are a common text file type for transferring 3D mesh data between applications made by different vendors. However, as the mesh complexity gets higher and denser, the files become larger and slower to import. This paper explores the use of GPUs to accelerate the importing and parsing of OBJ files by studying file read-time, runtime, and load resistance. We propose a new method of reading and parsing that circumvents GPU architecture limitations and improves performance, seeing the new GPU method outperforms CPU methods with a 6x – 8x speedup. When running on a heavily loaded system, the new method only received an 80% performance hit, compared to the 160% that the CPU methods received. The loaded GPU speedup compared to unloaded CPU methods was 3.5x, and, when compared to loaded CPU methods, 8x. These results demonstrate that the time is right for further research into the use of data-parallel GPU acceleration beyond that of computer graphics and high performance computing.
November 10, 2015 by hgpu