We use cookies to improve your experience with our site.

针对OBJ模型的GPU驱动可扩展解析器

GPU-Driven Scalable Parser for OBJ Models

  • 摘要: 本文使用图形处理单元(GPUs),为大规模文本文件的处理提出了一个可扩展解析器框架。具体来说,我们解决方案的目的是为了有效解析Wavefront OBJ模型,其文本详细说明了它的3D几何图形及其拓扑。我们的工作基于它在语块加工方面的可扩展性和有效性。整个解析问题可以分为可多个子问题,这些子问题中的语块可以独立处理并无缝融合。内语块处理过程高度平行,由GPUs平衡。由此,本文提出的方法突破了现有的OBJ解析器的瓶颈。系统性能评估实验的结果显示我们的解决方案不仅显著地超越了现存的基于CPU的解决方案同时也超越了基于GPU的解决方案。

     

    Abstract: This paper presents a scalable parser framework using graphics processing units (GPUs) for massive text-based files. Specifically, our solution is designed to efficiently parse Wavefront OBJ models texts of which specify 3D geometries and their topology. Our work bases its scalability and efficiency on chunk-based processing. The entire parsing problem is subdivided into subproblems the chunk of which can be processed independently and merged seamlessly. The within-chunk processing is made highly parallel, leveraged by GPUs. Our approach thereby overcomes the bottlenecks of the existing OBJ parsers. Experiments performed to assess the performance of our system showed that our solutions significantly outperform the existing CPU-based solutions and GPU-based solutions as well.

     

/

返回文章
返回