Skip to content

Commit

Permalink
[Doc]: optimize some details
Browse files Browse the repository at this point in the history
  • Loading branch information
HarleysZhang committed Nov 25, 2022
1 parent bbcfd5d commit b78022d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
通俗来讲,就是,在一段时间范围内, `GPU` 内核运行的时间占总时间的比例。比如 `GPU Util``69%`,时间段是 `1s`,那么在过去的 `1s` 中内,`GPU` 内核运行的时间是 `0.69s`。如果 `GPU Util``0%`,则说明 `GPU` 没有被使用,处于空闲中。

也就是说**它并没有告诉我们使用了多少个 `SM` 做计算,或者程序有多“忙”,或者内存使用方式是什么样的,也不能体现出算力的发挥情况**
也就是说**它并没有告诉我们使用了多少个 `SM` 做计算,或者程序有多“忙”,或者内存使用方式是什么样的,简而言之即不能体现出算力的发挥情况**
> `GPU Util` 的本质参考知乎文章-[教你如何继续压榨GPU的算力](https://zhuanlan.zhihu.com/p/346389176)[stackoverflow 问答](https://stackoverflow.com/questions/40937894/nvidia-smi-volatile-gpu-utilization-explanation)
### 英伟达 GPU 架构
Expand Down

0 comments on commit b78022d

Please sign in to comment.