【发布时间】:2011-05-04 03:44:35
【问题描述】:
我正在尝试获取 CUDA 程序中每个内核的每个线程的寄存器数量。这将帮助我使用 CUDA 占用率计算器 (http://developer.download.nvidia.com/compute/cuda/CUDA_Occupancy_calculator.xls) 来确定我的程序的 GPU 最高占用率。
但是,我已经使用 -cubin 标志生成了 .cubin 文件,但我无法在 vim/othertexteditors 中读取它,正如 NVIDIA (http://forums.nvidia.com/index.php?showtopic= 31279)。有人知道怎么读吗?
谢谢
【问题讨论】: