Some problems when I try to enable L1 Cache inside GPU [closed]

非 Y 不嫁゛ 提交于 2019-12-26 08:21:08

问题


I am a beginner in cuda, I already executed the command of enabling L1 Cache through command prompt in windows. nvcc locates in the path: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\bin on my device.

I write the command as follows.

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\bin>nvcc -Xptxas -dlcm = ca

The result on the screen is :

nvcc fatal: No input files specified: use option --help for more information.

Please, help me to solve the problem.

来源:https://stackoverflow.com/questions/59453866/some-problems-when-i-try-to-enable-l1-cache-inside-gpu

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!