2021-01-22 02:18:51 +00:00
|
|
|
# SafeEjectGPU
|
|
|
|
|
|
|
|
> Eject a GPU safely.
|
2024-01-31 10:20:27 +00:00
|
|
|
> More information: <https://keith.github.io/xcode-man-pages/safeejectgpu.8.html>.
|
2021-01-22 02:18:51 +00:00
|
|
|
|
|
|
|
- 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}}`
|