Files
tldr/pages.zh/osx/safeejectgpu.md

28 lines
524 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SafeEjectGPU
> 安全弹出 GPU。
> 更多信息:<https://keith.github.io/xcode-man-pages/SafeEjectGPU.8.html>。
- 弹出所有 GPU
`SafeEjectGPU Eject`
- 列出所有连接的 GPU
`SafeEjectGPU gpus`
- 列出使用 GPU 的应用程序:
`SafeEjectGPU gpuid {{GPU_ID}} apps`
- 获取 GPU 的状态:
`SafeEjectGPU gpuid {{GPU_ID}} status`
- 弹出一个 GPU
`SafeEjectGPU gpuid {{GPU_ID}} Eject`
- 在 GPU 上启动应用程序:
`SafeEjectGPU gpuid {{GPU_ID}} LaunchOnGPU {{path/to/App.app}}`