首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何使用nv-nsight-cu-cli查找gld_throughput和gst_throughput

如何使用nv-nsight-cu-cli查找gld_throughput和gst_throughput
EN

Stack Overflow用户
提问于 2020-05-01 17:13:22
回答 1查看 90关注 0票数 0

不能让它工作,文档读起来有点棘手。

已在下面尝试,并以n/a的形式查看输出。

代码语言:javascript
复制
root@teja:~/Projs/CUDA/05-Profiling# nv-nsight-cu-cli --device 0 --metrics gst_throughput,gld_throughput ./run 0
==PROF== Connected to process 28170 (/root/Projs/CUDA/05-Profiling/run)
==PROF== Profiling "Init" - 1: 0%....50%....100% - 1 pass
==PROF== Profiling "Transpose_rowRead_colWrite" - 2: 0%....50%....100% - 1 pass
==PROF== Disconnected from process 28170
[28170] run@127.0.0.1
  Init(mat<int>,mat<int>), 2020-May-01 14:35:43, Context 1, Stream 7
    Section: Command line profiler metrics
    ---------------------------------------------------------------------- --------------- ------------------------------
    gld_throughput                                                                                                (!) n/a
    gst_throughput                                                                                                (!) n/a
    ---------------------------------------------------------------------- --------------- ------------------------------

  Transpose_rowRead_colWrite(mat<int>,mat<int>), 2020-May-01 14:35:43, Context 1, Stream 7
    Section: Command line profiler metrics
    ---------------------------------------------------------------------- --------------- ------------------------------
    gld_throughput                                                                                                (!) n/a
    gst_throughput                                                                                                (!) n/a
    ---------------------------------------------------------------------- --------------- ------------------------------
EN

回答 1

Stack Overflow用户

发布于 2020-05-09 19:22:11

使用Nsight Compute工具更改了名称。

此表帮助获得了新名称:https://docs.nvidia.com/nsight-compute/2019.5/NsightComputeCli/index.html#nvprof-metric-comparison

用于跟随cmd以使其正常工作。

代码语言:javascript
复制
nv-nsight-cu-cli --metrics l1tex__t_bytes_pipe_lsu_mem_global_op_ld.sum.per_second,l1tex__t_sectors_pipe_lsu_mem_global_op_ld.sum,l1tex__t_bytes_pipe_lsu_mem_global_op_st.sum.per_second,l1tex__t_sectors_pipe_lsu_mem_global_op_st.sum, ./<program>
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/61539721

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档