Please use this identifier to cite or link to this item: http://repository.iiitd.edu.in/xmlui/handle/123456789/1129
Title: Developing a load balancing runtime for running a community detection algorithm over CUDA supported GPUs
Authors: Bains, Agamdeep
Singh, Aniansh Raj
Kumar, Vivek (Advisor)
Keywords: Parallel Runtime,Work Stealing
GPU Computing
Community Detection
Heterogeneous computing
Issue Date: May-2022
Publisher: IIIT-Delhi
Abstract: We started the project by trying to implement a community detection algorithm (Permanence Maximization) [2] on Nvidia CUDA capable GPUs. From our initial implementation, we realized that irregular computations such as graph algorithms perform poorly on the GPU due to the static CUDA runtime on the GPU and the SIMT (Single Instruction Multiple Data) architecture of the GPU, which leads to problems like load imbalance and warp divergence. To address some of these issues, we decided to redirect our efforts towards developing a dynamic work-stealing runtime on the GPU, which could tackle issues such as load imbalance on the GPU and could help improve the productivity of the programmer a lot by greatly simplifying the API required to leverage the massive parallelism offered by GPUs. We use a simple async-finish style API along with lambda functions to enable tasking on the GPU with a dynamic work-stealing runtime for optimum work distribution among the many threads of the GPU. This report presents our implementation along with benchmark results and optimizations
URI: http://repository.iiitd.edu.in/xmlui/handle/123456789/1129
Appears in Collections:Year-2022

Files in This Item:
File Description SizeFormat 
Agamdeep Bains.pdf
  Restricted Access
5.18 MBAdobe PDFView/Open Request a copy


Items in DSpace are protected by copyright, with all rights reserved, unless otherwise indicated.