Dissertation > Excellent graduate degree dissertation topics show

The Research of Virtualization on General-purpose Computation on Graphic Processing Unit

Author: ShiLin
Tutor: LiKenLi
School: Hunan University
Course: Applied Computer Technology
Keywords: GPGPU virtualization RPC Xen KVM VMware CUDA
CLC: TP391.41
Type: PhD thesis
Year: 2012
Downloads: 223
Quote: 1
Read: Download Dissertation

Abstract


System virtual machine is an important research topic of virtualization, which is thefundamental infrastructure of cloud computing. The system virtual machinetechnology successfully virtualized lots of I/O devices, while the GPU (Graph PrecessUnit) is an exception. In particular, the general precessing ability of GPU (GPGPU)was never fully virtualized in system virtual machine platform. In practice, theacademic circles and VMM industry choose to realize the GPU virtualization inhigher layer: Application Programming Interface (API). Some primitive results whichfocus on the traditional graphic API have been published. CUDA (Compute UnifiedDevice Architecture) is a brand new API directly designed for GPGPU. It provides theability to manipulate the GPU hardware without the help of Graphic API. The rise ofCUDA shows that the virtualization of graphic API is not enough for the GPGPUusing a dedicate API framework: the existing graphic API virtualization have noeffect for CUDA applications. So an independent GPU API framework calls for anindependent virtualization method.In order to improve the usability of GPGPU in virtualization environment, thispaper describes vCUDA, a general-purpose graphics processing unit (GPGPU)computing solution for virtual machines (VMs). vCUDA allows applicationsexecuting within VMs to leverage hardware acceleration, which can be beneficial tothe performance of a class of high-performance computing (HPC) applications. Thekey insights in our design include API call interception/redirection, lazy RPC, adedicated RPC system for VMs and the support for advance features of VMM.With API interception and redirection, Compute Unified Device Architecture(CUDA) applications in VMs can access a graphics hardware device and achieve highcomputing performance in a transparent way, without the modification of theapplication or operating system. The evaluation about the official examples and thirdparty applications show that vCUDA mimics the original CUDA protocol invirtualization environment, all test get the same result as the native environment.Thousands of CUDA APIs could be called in a CUDA application. If vCUDA sendevery API call to remote site at the moment the API is intercepted, the same numberof RPCs will be invoked and the overhead of excessive world switch will beinevitably introduced into the vCUDA system. vCUDA borrowed the idea from thegraphic API virtualization and adopted an optimization mechanism called Lazy RPC to improve the system performance by intelligently batching specific API calls. Therelated experiments show the Lazy RPC reduces the numbers of remote call to30%,and speed up the vCUDA performance to148%.In the current study, vCUDA achieved a near-native performance with the dedicatedRPC system, VMRPC. VMRPC is a light-weight RPC framework specificallydesigned for VMs that leverages heap and stack sharing to circumvent unnecessarydata copying and serialization/deserilization, and achieve high performance. Ourevaluation shows that the throughput of RPC has improved by two orders ofmagnitude. We carried out a detailed analysis of the performance of our framework(vCUDA+VMRPC). Using a number of unmodified official examples from CUDASDK and third-party applications in the evaluation, we observed that CUDAapplications running with vCUDA exhibited a very low performance penalty (lessthan21%) in comparison with the native environment, thereby demonstrating theviability of vCUDA architecture.vCUDA expose the device multiplex and suspend/resume function at the base ofCUDA virtualization, any CUDA application built on top of these features can run asusual in virtual machines without any modification. vCUDA develops a one-to-manymodel to multiplex GPU device in the VM. Under the coordination of the vCUDAstub, two different service threads can cooperatively manipulate one hardwareresource by connecting to a single working thread. The suspend/resume is realized bystore and restore the CUDA state while the kernel is not running. The devicemultiplex and suspend/resume tests show the performance degradation comes fromvCUDA is trivial. Base on the CUDA state tracking technology of the vCUDA, werealize the inter-kernel checkpoint scheme on GPU.

Related Dissertations

  1. Research on Image Digital Watermarking Technology Based on CUDA,TP309.7
  2. Design and Implementation of Image Authentication on CUDA Platform,TP391.41
  3. The Research of Orthophoto Generation Based on GPU Parallel Acceleration,TP391.41
  4. Research on GPU-based Parallel Computing on BLAST Program,TP338.6
  5. Research and Development of Client Applications Based on Cloud Computing,TP311.52
  6. Research and Realization of GPU Based Medical Image Volume Rendering Algorithm,TP391.41
  7. Network Characteristics of the Creative Visual Arts,J01
  8. Design of the Mobile Learning System Based on Hadoop,G434
  9. Research of Key Technologies Constructing Enterprise Information Systems Based on Cloud Computing,TP315
  10. Application of CUDA in the Very Short Term Load Forecasting of Multi-node,TM715
  11. Application Research of GPU in Vehicle Detection and Tracking System,TP391.41
  12. Design and Implementation of Server-side Architecture for Real-Time Interactive Web-game,TP311.52
  13. The Study on World Economy Virtualization and China’s Economic Security,F124
  14. The Design and Implementation of A VM-based Automated Test System,TP311.52
  15. Acceleration of X-ray Computed Tomography Reconstruction for Rice Tiller,TP391.41
  16. Study on Dense Stereo Image Matching Based on Parallel Computing,TP391.41
  17. Research of Rapid Intelligent Intrusion Detection Technology,TP393.08
  18. Study of Binocular Stereo Matching Algorithm and Algorithm Implementation Based on Multi-core.,TP391.41
  19. Research of Security Key Technology in Telecom’s Cloud Computing Platform,TP393.08
  20. Research of Finite Element Method on GPU,O241.82
  21. Management and Collaboration of Applications in Virtual Desktop System,TP316.7

CLC: > Industrial Technology > Automation technology,computer technology > Computing technology,computer technology > Computer applications > Information processing (information processing) > Pattern Recognition and devices > Image recognition device
© 2012 www.DissertationTopic.Net  Mobile