Acceleration of Distance-to-Default with GPU
KTH, School of Information and Communication Technology (ICT)
KTH, 2012
@phdthesis{lou2012acceleration,
title={Acceleration of Distance-to-Default with GPU},
author={Lou, X.},
year={2012},
school={KTH}
}
Distance-to-Default(DTD), which is used to describe the default risk of a rm, acts an important role in credit research. Nowadays, since we can access a large amount of historical data, we can get a more accurate DTD result. However, this directly increases the computation time as well as the computation power. Meanwhile, Graphic Processing Unit(GPU), with its tremendous capability of parallel computing, becomes more and more popular in High Performance Computing. In addition, CUDA, a parallel computing platform and programming model that invented by Nvidia, makes GPU programming much more easier and faster. So GPU can be a proper candidate to accelerate the DTD processing if we can ooad the most computation intensive part to the GPU. In this thesis project, the author explore the existing DTD program(provided by RMI, NUS), analyze the algorithm and ooad the most computation intensive part to GPU using CUDA. The platform used for testing consists of an 2.4GHz Intel i5 CPU and a Nvidia GeForce GTX460 GPU. The GPU is used as a co-processor, which is connected to the mother board with PCIe2 bus.
October 30, 2012 by hgpu