Eject GPU - Safely Eject GPU on macOS | Online Free DevTools by Hexmos

Safely eject a GPU with SafeEjectGPU on macOS. Manage GPU devices and applications using the command line. Free online tool, no registration required.

SafeEjectGPU

Eject a GPU safely. More information: https://keith.github.io/xcode-man-pages/SafeEjectGPU.8.html.

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