GPGPU Based Parallelized Client-Server Framework for Providing High Performance Computation Support
Poorna Banerjee, Amit Dave

TL;DR
This paper presents a client-server framework leveraging GPGPU technology to enable high-performance, parallel data processing for large datasets, with extensibility and hardware transparency.
Contribution
It introduces a flexible, extensible client-server architecture utilizing CUDA for parallel task execution on remote GPGPU servers, enhancing data processing capabilities.
Findings
Framework enables efficient remote GPGPU computation
Supports multiple task types with extensibility
Achieves parallelization using CUDA
Abstract
Parallel data processing has become indispensable for processing applications involving huge data sets. This brings into focus the Graphics Processing Units (GPUs) which emphasize on many-core computing. With the advent of General Purpose GPUs (GPGPU), applications not directly associated with graphics operations can also harness the computation capabilities of GPUs. Hence, it would be beneficial if the computing capabilities of a given GPGPU could be task optimized and made available. This paper describes a client-server framework in which users can choose a processing task and submit large data-sets for processing to a remote GPGPU and receive the results back, using well defined interfaces. The framework provides extensibility in terms of the number and type of tasks that the client can choose or submit for processing at the remote GPGPU server machine, with complete transparency to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed and Parallel Computing Systems · Parallel Computing and Optimization Techniques · Advanced Data Storage Technologies
