GPUMP: A Multiple-Precision Integer Library for GPUs
Dept. of Comput. Sci., Hong Kong Baptist Univ., Hong Kong, China
IEEE 10th International Conference on Computer and Information Technology (CIT), 2010
@inproceedings{zhao2010gpump,
title={GPUMP: A Multiple-Precision Integer Library for GPUs},
author={Zhao, K. and Chu, X.},
booktitle={Computer and Information Technology (CIT), 2010 IEEE 10th International Conference on},
pages={1164–1168},
year={2010},
organization={IEEE}
}
Multiple-precision integer operations are key components of many security applications; but unfortunately they are computationally expensive on contemporary CPUs. In this paper, we present our design and implementation of a multiple-precision integer library for GPUs which is implemented by CUDA. We report our experimental results which show that a significant speedup can be achieved by GPUs as compared with the GNU MP library on CPUs.
June 29, 2011 by hgpu