Accelerating Compact Fractals with Tensor Core GPUs

10/25/2021
by   Felipe A. Quezada, et al.
0

This work presents a GPU thread mapping approach that allows doing fast parallel stencil-like computations on discrete fractals using their compact representation. The intuition behind is to employ two GPU tensor-core accelerated thread maps, λ(ω) and ν(ω), which act as threadspace-to-dataspace and dataspace-to-threadspace functions, respectively. By combining these maps, threads can access compact space and interact with their neighbors. The cost of the maps is 𝒪(loglog(n)) time, with n being the side of a n × n embedding for the fractal in its expanded form. The technique works on any fractal that belongs to the Non-overlapping-Bounding-Boxes (NBB) class of discrete fractals, and can be extended to three dimensions as well. Results using an A100 GPU on the Sierpinski Triangle as a case study show up to ∼11× of speedup and a memory usage reduction of 234× with respect to a Bounding Box approach. These results show that the proposed compact approach can allow the scientific community to tackle larger problems that did not fit in GPU memory before, and run even faster than a bounding box approach.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/03/2022

Squeeze: Efficient Compact Fractals for Tensor Core GPUs

This work presents Squeeze, an efficient compact fractal processing sche...
research
04/25/2020

Efficient GPU Thread Mapping on Embedded 2D Fractals

This work proposes a new approach for mapping GPU threads onto a family ...
research
05/23/2022

Fast GPU bounding boxes on tree-structured scenes

Computation of bounding boxes is a fundamental problem in high performan...
research
01/15/2020

GPU Tensor Cores for fast Arithmetic Reductions

This work proposes a GPU tensor core approach that encodes the arithmeti...
research
06/19/2023

PartSLAM: Unsupervised Part-based Scene Modeling for Fast Succinct Map Matching

In this paper, we explore the challenging 1-to-N map matching problem, w...
research
11/18/2019

Efficient function approximation on general bounded domains using splines on a cartesian grid

Functions on a bounded domain in scientific computing are often approxim...
research
05/06/2020

Fast Mapping onto Census Blocks

Pandemic measures such as social distancing and contact tracing can be e...

Please sign up or login with your details

Forgot password? Click here to reset