【发布时间】:2019-08-13 07:15:41
【问题描述】:
在计算能力
nvprof --events shared_st_bank_conflict
但是当我使用 CUDA10 在 RTX2080ti 上运行它时,它会返回
Warning: Skipping profiling on device 0 since profiling is not supported on devices with compute capability greater than 7.2
那么如何检测此设备上是否存在共享内存库冲突?
我已经安装了 Nvidia Nsight Systems 和 Nsight Compute ,找不到这样的分析报告...
谢谢
【问题讨论】:
-
你应该使用 nsight 计算
标签: cuda profiling gpu-shared-memory nsight-compute