English

Squeeze: Efficient Compact Fractals for Tensor Core GPUs

Distributed, Parallel, and Cluster Computing 2022-01-04 v1 Computational Geometry Discrete Mathematics

Abstract

This work presents Squeeze, an efficient compact fractal processing scheme for tensor core GPUs. By combining discrete-space transformations between compact and expanded forms, one can do data-parallel computation on a fractal with neighborhood access without needing to expand the fractal in memory. The space transformations are formulated as two GPU tensor-core accelerated thread maps, λ(ω)\lambda(\omega) and ν(ω)\nu(\omega), which act as compact-to-expanded and expanded-to-compact space functions, respectively. The cost of the maps is O(log2logs(n))\mathcal{O}(\log_2 \log_s(n)) time, with nn being the side of a n×nn \times n embedding for the fractal in its expanded form, and ss the linear scaling factor. The proposed approach works for any fractal that belongs to the Non-overlapping-Bounding-Boxes (NBB) class of discrete fractals, and can be extended to three dimensions as well. Experimental results using a discrete Sierpinski Triangle as a case study shows up to 12×\sim12\times of speedup and a memory reduction factor of up to 315×\sim 315\times with respect to a GPU-based expanded-space bounding box approach. These results show that the proposed compact approach will allow the scientific community to efficiently tackle problems that up to now could not fit into GPU memory.

Keywords

Cite

@article{arxiv.2201.00613,
  title  = {Squeeze: Efficient Compact Fractals for Tensor Core GPUs},
  author = {Felipe A. Quezada and Cristóbal A. Navarro and Nancy Hitschfeld and Benjamin Bustos},
  journal= {arXiv preprint arXiv:2201.00613},
  year   = {2022}
}
R2 v1 2026-06-24T08:38:33.053Z