CUDA Roll Users Guide Version 4.3 (August 2007): The purpose of the NVIDIA® CUDA™ Roll is to install and configure the device driver and full toolchain necessary to run and develop CUDA programs on a Rocks™ cluster.
CUDA Occupancy Calculator v1.2 : The CUDA Occupancy Calculator is a programmer tool that allows you to compute the multiprocessor occupancy of a GPU by a given CUDA kernel. The multiprocessor occupancy is the ratio of active warps to the maximum number of warps supported on a multiprocessor of the GPU, and is helpful in determining how efficient the kernel will be on the GPU.