Revisiting parallel rendering for shared memory machines

  • Authors:
  • B. Nouanesengsy;J. Ahrens;J. Woodring;H. Shen

  • Affiliations:
  • The Ohio State University and Los Alamos National Laboratory;Los Alamos National Laboratory;Los Alamos National Laboratory;The Ohio State University

  • Venue:
  • EG PGV'11 Proceedings of the 11th Eurographics conference on Parallel Graphics and Visualization
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Increasing the core count of CPUs to increase computational performance has been a significant trend for the better part of a decade. This has led to an unprecedented availability of large shared memory machines. Programming paradigms and systems are shifting to take advantage of this architectural change, so that intra-node parallelism can be fully utilized. Algorithms designed for parallel execution on distributed systems will also need to be modified to scale in these new shared and hybrid memory systems. In this paper, we reinvestigate parallel rendering algorithms with the goal of finding one that achieves favorable performance in this new environment. We test and analyze various methods, including sort-first, sort-last, and a hybrid scheme, to find an optimal parallel algorithm that maximizes shared memory performance.