SafeEjectGPU: rename safeejectgpu (#5383)

This commit is contained in:
bl-ue
2021-03-08 05:38:46 -05:00
committed by GitHub
parent 56c45a0e76
commit 9668011010

28
pages/osx/safeejectgpu.md Normal file
View File

@@ -0,0 +1,28 @@
# SafeEjectGPU
> Eject a GPU safely.
> Visit the man page for more info.
- Eject all GPUs:
`SafeEjectGPU Eject`
- List all GPUs attached:
`SafeEjectGPU gpus`
- List apps using a GPU:
`SafeEjectGPU gpuid {{GPU_ID}} apps`
- Get the status of a GPU:
`SafeEjectGPU gpuid {{GPU_ID}} status`
- Eject a GPU:
`SafeEjectGPU gpuid {{GPU_ID}} Eject`
- Launch an app on a GPU:
`SafeEjectGPU gpuid {{GPU_ID}} LaunchOnGPU {{path/to/App.app}}`