ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2004.13475
66
8

Efficient GPU Thread Mapping on Embedded 2D Fractals

25 April 2020
C. Navarro
Felipe A. Quezada
N. Hitschfeld-Kahler
R. Vega
B. Bustos
ArXiv (abs)PDFHTML
Abstract

This work proposes a new approach for mapping GPU threads onto a family of discrete embedded 2D fractals. A block-space map λ:ZE2↦ZF2\lambda: \mathbb{Z}_{\mathbb{E}}^{2} \mapsto \mathbb{Z}_{\mathbb{F}}^{2}λ:ZE2​↦ZF2​ is proposed, from Euclidean parallel space E\mathbb{E}E to embedded fractal space F\mathbb{F}F, that maps in O(log⁡2log⁡2(n))\mathcal{O}(\log_2 \log_2(n))O(log2​log2​(n)) time and uses no more than O(nH)\mathcal{O}(n^\mathbb{H})O(nH) threads with H\mathbb{H}H being the Hausdorff dimension of the fractal, making it parallel space efficient. When compared to a bounding-box (BB) approach, λ(ω)\lambda(\omega)λ(ω) offers a sub-exponential improvement in parallel space and a monotonically increasing speedup n≥n0n \ge n_0n≥n0​. The Sierpinski gasket fractal is used as a particular case study and the experimental performance results show that λ(ω)\lambda(\omega)λ(ω) reaches up to 9×9\times9× of speedup over the bounding-box approach. A tensor-core based implementation of λ(ω)\lambda(\omega)λ(ω) is also proposed for modern GPUs, providing up to ∼40%\sim40\%∼40% of extra performance. The results obtained in this work show that doing efficient GPU thread mapping on fractal domains can significantly improve the performance of several applications that work with this type of geometry.

View on arXiv
Comments on this paper