Skip to main content
SHARE
Publication

VTK-m: Visualization for the Exascale Era and Beyond...

Publication Type
Conference Paper
Book Title
SIGGRAPH '23: ACM SIGGRAPH 2023 Talks
Publication Date
Page Numbers
1 to 2
Issue
1
Publisher Location
New York, New York, United States of America
Conference Name
ACM Siggraph 2023
Conference Location
Los Angelese, California, United States of America
Conference Sponsor
ACM
Conference Date
-

A recent trend in modern high-performance computing is the increasing use of hybrid architectures, where the vast majority of performance comes from accelerators. Modern accelerators are based on Graphics Processing Units (GPU) that contain many low power cores that in their aggregate provides an extremely high computation rate. Current and future CPU processors are requiring more explicit parallelism as each successive version of the hardware packs in more cores, and technologies like hyperthreading and vector operations require even more parallel processing to leverage each core’s full potential. As an example, the Frontier supercomputer installed at Oak Ridge National Laboratories recently hit a record breaking 1.1 exaflops1 on the LINPACK HPC benchmark [Shoemaker 2022]. The system contains 37632 AMD MI250x GPUs which requires more than half a billion threads to keep the system fully utilized [Khizeran 2022].

VTK-m is a toolkit of scientific visualization algorithms for these emerging processor architectures. VTK-m supports the fine-grained concurrency for data analysis and visualization algorithms required to drive extreme scale computing by providing abstract models for data and execution that can be applied to a variety of algorithms across many different processor architectures.