http://viml.nchc.org.tw/blog/paper_info.php?CLASS_ID=1&SUB_ID=1&PAPER_ID=70
CUDA 2.0 Beta2 變更整理
http://forums.nvidia.com/index.php?act=ST&f=64&t=69553
Virtual memory/virtual addressing and CUDA
The Tesla architecture has a 64-bit MMU, and supports ‘virtual memory’ by mapping memory from the CPU into GPU memory space. But this does not include external hardware like harddrives.
原來還真的有64bit MMU….