Detail of Publication
Text Language | English |
---|---|
Authors | Masakazu IWAMURA, Takayuki HONDO, Kazuto NOGUCHI, and Koichi KISE |
Title | An Attempt of CUDA Implementation of PCA-SIFT |
Journal | IEICE Technical Report |
Vol. | 107 |
No. | 281 |
Presentation number | PRMU2007-117 |
Pages | pp.149-154 |
Reviewed or not | Not reviewed |
Month & Year | October 2007 |
Abstract | GPGPU (General-Purpose computation on GPUs) is a paradigm to use GPUs (graphics processing units) for general computation. Due to recent remarkable improvement of GPU, GPU outperforms CPU in computation ability. However, most people could not use the ability for general computation because existing programming languages require knowledge about GPU hardware architectures and computer graphics for GPGPU computing. Recently, a new GPU language CUDA (Compute Unified Device Architecture) has been released from NVIDIA. The CUDA code is C language style and has less computational restriction. Thus, usual operations of C language can run on GPU without much special knowledge. In this report, we briefly introduce CUDA language programming and report a CUDA implemented of PCA-SIFT. Compared to a CPU implementation, our CUDA implementation reduced the processing time to around 1/4. In addition, we also report an interesting phenomenon results useful for practical use of CUDA. |
- Note
KJPR2007 - Following file is available.
- Entry for BibTeX
@InCollection{IWAMURA2007, author = {Masakazu IWAMURA and Takayuki HONDO and Kazuto NOGUCHI and Koichi KISE}, title = {An Attempt of CUDA Implementation of PCA-SIFT}, booktitle = {IEICE Technical Report}, year = 2007, month = oct, volume = {107}, number = {281}, presenID = {PRMU2007-117}, pages = {149--154} }