|
计算机科学 2012
FILiC:A Framework for Interactive Library on CUDA
|
Abstract:
NVIDIA developed the CUDA programming model which provides a way to accelerate more general applications by GPU.But CUDA threads cann’t access peripherals directly.As far as library functions interacting with periphe-rals,only ’printf’ is allowed in CUDA threads by now.We described a framework named FILiC for interactive library,which implements I/O functions in CUDA threads efficiently by interactions between the device and the host.And FILiC is a framework with good scalability-CUDA progammers and compiler developers can use it to design some new library functions which interact with peripherals for CUDA threads.