lmms, SafeEjectGPU: add pages (#5163)

* Add SafeEjectGPU and lmms

* Well then

* Add SafeEjectGPU and lmms

* Update SafeEjectGPU and lmms

* Whats this? missing syntax? not in my code!

* Revert "Add SafeEjectGPU and lmms"

This reverts commit bc66ecc54d1a897f702b858b6077b94585ce0269.

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
Gingka Akiyama
2021-01-21 21:18:51 -05:00
committed by GitHub
parent ca2b6850a8
commit 12ed2e119a
2 changed files with 65 additions and 0 deletions

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}}`