AMD GPU Profile Manager is a utility for managing AMD GPU application profiles. It provides a interface to view, create, and manage GPU settings on a per-application basis.
- AMD Radeon Software 25.5.1 or higher
You can download the latest release from the GitHub Releases page.
List of all known FSR 3.1/4.0 games: https://docs.google.com/spreadsheets/d/1LaZlw-SBDrJhJTuEypa0T8nOErnVtFchEgLJPhE0Xoo/edit?usp=sharing
- View Profile Databases: Inspect application profiles from System, User, and OEM databases.
- Search and Filter: Find applications in the database.
- FSR Whitelisting: whitelist FSR for any application.
To build the project, you will need CMake installed. Follow these steps from the root of the project directory:
# Create a build directory
mkdir build
cd build
# Configure the project
cmake ..
# Build the project
cmake --build .
After a successful build, you can find the ost_amd_gpu_profilemanager_gui
executable in the build/bin
directory.