Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想要在升级之前对不包含 cuda 代码的标准 fortran 代码进行基准测试。我可以这样做吗?如果可以,怎么做?
如果您有 CUDA 7.5,您可以执行以下操作。
nvprof --cpu-profiling on ./a.out