11179

Accelerating Simulation Codes through the GeMTC Framework

Digvijay Singh Gahlot, Scott Krieder, Ioan Raicu
Department of Computer Science, Illinois Institute of Technology, Chicago IL, USA
Illinois Institute of Technology, Department of Computer Science, Technical Report, 2013

@techreport{gahlot2013accelerating,

   title={Accelerating Simulation Codes through the GeMTC Framework},

   author={Gahlot, Digvijay Singh and Krieder, Scott and Raicu, Ioan},

   year={2013}

}

Download Download (PDF)   View View   Source Source   Source codes Source codes

Package:

3729

views

GPU Computing utilizes high level language to run sequential part of the code on the CPU as well as speeds up parallel part via running it on GPUs but GPUs are SIMD by default which means they can run only single instruction on multiple data. The introduction of GEMTC framework [1] addresses these limitations by providing an efficient middleware through which tasks are submitted to a common task queue to the device and workers (warp which represent the lowest possible level of control on device) take out the tasks, execute them and put them back on the result queue. This work explores porting and evaluation of real world applications into GEMTC framework. I choose Imogen [2] advanced astrophysical simulation tool and SciColSim [3] which simulates scientific discovery. I was able to port pure fluid kernels from Imogen and expensive functions of SciColSim to GEMTC. The evaluation resulted in performance up to 200 plus tasks/sec for kernel with moderate size data inputs. The results were compared with the CPU equivalent code and GEMTC was able to outperform CPU code for moderate size data inputs.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: