Sciweavers

PC
2010

High-performance cone beam reconstruction using CUDA compatible GPUs

13 years 2 months ago
High-performance cone beam reconstruction using CUDA compatible GPUs
Compute unified device architecture (CUDA) is a software development platform that allows us to run C-like programs on the nVIDIA graphics processing unit (GPU). This paper presents an acceleration method for cone beam reconstruction using CUDA compatible GPUs. The proposed method accelerates the Feldkamp, Davis, and Kress (FDK) algorithm using three techniques: (1) off-chip memory access reduction for saving the memory bandwidth; (2) loop unrolling for hiding the memory latency; and (3) multithreading for exploiting multiple GPUs. We describe how these techniques can be incorporated into the reconstruction code. We also show an analytical model to understand the reconstruction performance on multi-GPU environments. Experimental results show that the proposed method runs at 83% of the theoretical memory bandwidth, achieving a throughput of 64.3 projections per second (pps) for reconstruction of 5123 -voxel volume from 360 5122 -pixel projections. This performance is 41% higher than t...
Yusuke Okitsu, Fumihiko Ino, Kenichi Hagihara
Added 29 Jan 2011
Updated 29 Jan 2011
Type Journal
Year 2010
Where PC
Authors Yusuke Okitsu, Fumihiko Ino, Kenichi Hagihara
Comments (0)