Publication | Closed Access
<i>hi</i> CUDA
149
Citations
6
References
2009
Year
Unknown Venue
Hardware SecurityHicuda ProgramGpu ArchitectureCuda ProgrammingEngineeringCompute KernelHardware AccelerationProgram AnalysisComputer ArchitectureComputer EngineeringParallel ProgrammingComputer ScienceParallel ComputingCompilersGpu ClusterCuda ProgramSystem SoftwareGpu Computing
The Compute Unified Device Architecture (CUDA) has become a de facto standard for programming NVIDIA GPUs. However, CUDA places on the programmer the burden of packaging GPU code in separate functions, of explicitly managing data transfer between the host memory and various components of the GPU memory, and of manually optimizing the utilization of the GPU memory. Practical experience shows that the programmer needs to make significant code changes, which are often tedious and error-prone, before getting an optimized program. We have designed hiCUDA, a high-level directive-based language for CUDA programming. It allows programmers to perform these tedious tasks in a simpler manner, and directly to the sequential code. Nonetheless, it supports the same programming paradigm already familiar to CUDA programmers. We have prototyped a source-to-source compiler that translates a hiCUDA program to a CUDA program. Experiments using five standard CUDA bechmarks show that the simplicity and flexibility hiCUDA provides come at no expense to performance.
| Year | Citations | |
|---|---|---|
Page 1
Page 1