1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/safeejectgpu.md

29 lines
481 B
Markdown
Raw Normal View History

# SafeEjectGPU
> Eject a GPU safely.
2022-02-14 03:21:43 -08:00
> More information: <https://www.unix.com/man-page/mojave/8/safeejectgpu>.
- 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}}`