snippetbashTip
SafeEjectGPU — Eject a GPU safely. More information: <https://keith.github.io/xcode-man-pages/SafeEjectGPU.8.html>.
Viewed 0 times
ejectcommandsafelycliinformationgpusafeejectgpumore
macos
Problem
How to use the
SafeEjectGPU command: Eject a GPU safely. More information: <https://keith.github.io/xcode-man-pages/SafeEjectGPU.8.html>.Solution
SafeEjectGPU — Eject a GPU safely. More information: <https://keith.github.io/xcode-man-pages/SafeEjectGPU.8.html>.Eject all GPUs:
SafeEjectGPU EjectList all GPUs attached:
SafeEjectGPU gpusList apps using a GPU:
SafeEjectGPU gpuid {{GPU_ID}} appsGet the status of a GPU:
SafeEjectGPU gpuid {{GPU_ID}} statusEject a GPU:
SafeEjectGPU gpuid {{GPU_ID}} EjectLaunch an app on a GPU:
SafeEjectGPU gpuid {{GPU_ID}} LaunchOnGPU {{path/to/App.app}}Code Snippets
Eject all GPUs
SafeEjectGPU EjectList all GPUs attached
SafeEjectGPU gpusList apps using a GPU
SafeEjectGPU gpuid {{GPU_ID}} appsGet the status of a GPU
SafeEjectGPU gpuid {{GPU_ID}} statusEject a GPU
SafeEjectGPU gpuid {{GPU_ID}} EjectContext
tldr-pages: osx/SafeEjectGPU
Revisions (0)
No revisions yet.