winnielv/bc250-cu-live-manager — explained in plain English
Analysis updated 2026-05-18
Temporarily test running the BC-250 with all 40 compute units active instead of the factory 24.
Save a custom compute unit layout and install a boot service so it survives every restart.
Restore the original factory driver layout if a custom configuration causes problems.
| winnielv/bc250-cu-live-manager | liafanx/mtproxy-reanimation | nelsonwerd/idea-to-ship-skills | |
|---|---|---|---|
| Stars | 51 | 49 | 54 |
| Language | Shell | Shell | Shell |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 3/5 | 3/5 |
| Audience | ops devops | ops devops | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires the specific AMD BC-250 hardware, root access, the UMR utility, Python 3, and a compatible AMD GPU system library.
This is an interactive terminal tool for managing compute units on the AMD BC-250 graphics card. The BC-250 normally boots with 24 compute units active, controlled by the driver. This tool lets you route additional compute units at runtime using a low-level hardware access utility called UMR, potentially raising the active count from 24 to 40. Changes can be kept only for the current session, or saved and set to restore automatically after every reboot. The tool presents a live dashboard in the terminal showing which compute units are currently active, which are driver-controlled, and which the tool has enabled separately. From there you can open a table editor that lets you toggle individual units on or off, apply a preset full-40-unit layout, or restore the original factory layout. All write actions require an explicit confirmation step before any hardware registers are touched. To make a layout persist across reboots, two steps are required: saving the current live table to a configuration file, and then installing a system service that replays that file each time the machine starts. The tool includes separate menu options for each step, and also for uninstalling the service if you no longer want automatic restore. An asterisk marker in the menu indicates when the current live table differs from what is saved for boot. The tool is a single Bash script. Running it requires the AMD BC-250 hardware, the UMR utility (which the script can offer to install if missing), Python 3, and a compatible AMD GPU system library. The tool is specific to this hardware model and not intended for other graphics cards.
A terminal tool that lets owners of the AMD BC-250 graphics card unlock extra compute units at runtime, from 24 up to 40, and optionally keep that change across reboots.
Mainly Shell. The stack also includes Bash, UMR, Python.
The README does not state a license.
Setup difficulty is rated hard, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.