检测Apple Silicon GPU核心计数

发布于 2025-01-31 17:52:50 字数 379 浏览 3 评论 0原文

类似于这个问题,我有兴趣检测Mac中的精确GPU配备苹果硅。

我有兴趣了解确切的GPU核心数量。

sysctl -a | grep gpu

sysctl -a | grep core

似乎没有提供任何有用的东西。

Similar to this question, I am interested in detecting the exact GPU inside a Mac equipped with Apple silicon.

I am interested in knowing the exact GPU core count.

sysctl -a | grep gpu

or

sysctl -a | grep core

does not seem to provide anything useful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奈何桥上唱咆哮 2025-02-07 17:52:50

您可以使用ioreg这样:

 ioreg -l | grep gpu-core-count

您还可以查找具有类似类似agxAcceleratorg13x的类的对象,并查看其所有属性也将在那里。

You can use ioreg like this:

 ioreg -l | grep gpu-core-count

You can also look up an object with class that's named something like AGXAcceleratorG13X and see all of its properties, gpu-core-count will also be there.

涫野音 2025-02-07 17:52:50

要检测 Apple Silicon 体系结构的GPU核心计数,您可以使用此命令:

system_profiler SPDisplaysDataType

To detect GPU core count on Apple Silicon architecture you can use this command:

system_profiler SPDisplaysDataType
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文