English

Contiguous Storage of Grid Data for Heterogeneous Computing

Computational Engineering, Finance, and Science 2025-12-15 v1

Abstract

Structured Cartesian grids are a fundamental component in numerical simulations. Although these grids facilitate straightforward discretization schemes, their na\"{i}ve use in sparse domains leads to excessive memory overhead and inefficient computation. Existing frameworks address are primarily optimized for CPU execution and exhibit performance bottlenecks on GPU architectures due to limited parallelism and high memory access latency. This work presents a redesigned storage architecture optimized for GPU compatibility and efficient execution across heterogeneous platforms. By abstracting low-level GPU-specific details and adopting a unified programming model based on SYCL, the proposed data structure enables seamless integration across host and device environments. This architecture simplifies GPU programming for end-users while improving scalability and portability in sparse-grid and gird-particle coupling numerical simulations.

Keywords

Cite

@article{arxiv.2512.11473,
  title  = {Contiguous Storage of Grid Data for Heterogeneous Computing},
  author = {Fan Gu and Xiangyu Hu},
  journal= {arXiv preprint arXiv:2512.11473},
  year   = {2025}
}

Comments

26 pages, 6 figures and 1 table

R2 v1 2026-07-01T08:22:06.652Z