Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.38 KB

File metadata and controls

42 lines (26 loc) · 1.38 KB

AMD GPU Profile Manager

build

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.

System Requirements

  • AMD Radeon Software 25.5.1 or higher

Download

You can download the latest release from the GitHub Releases page.

Database

List of all known FSR 3.1/4.0 games: https://docs.google.com/spreadsheets/d/1LaZlw-SBDrJhJTuEypa0T8nOErnVtFchEgLJPhE0Xoo/edit?usp=sharing

Features

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

Building the Project

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.