AMD.GPU.ProfileManager
Utility for managing AMD GPU application profiles
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- build.yml
- adl_sdk_extra.h
- adl_sdk_extra_structures.h
- amd_adl_sdk.c
- CMakeLists.txt
- amd-display-library
- cpm-magic_enum.cmake
- cpm-nlohmann_json.cmake
- cpm-uni.gui.cmake
- cpm.cmake
- radeon-25.5.1.json
- radeon-25.5.2.json
- radeon-25.6.1.json
- radeon-25.6.2.json
- radeon-25.6.3.json
- radeon-25.8.1.json
- radeon-fsrtechdemo.json
- battlefield6.json
- fsr_tech_preview.json
- amd_gpu_profilemanager_application.h
- amd_gpu_profilemanager_application_combined.h
- amd_gpu_profilemanager_area.h
- amd_gpu_profilemanager_common.h
- amd_gpu_profilemanager_database_type.h
- amd_gpu_profilemanager_db.h
- amd_gpu_profilemanager_profile.h
- amd_gpu_profilemanager_property.h
- amd_gpu_profilemanager_use.h
- amd_gpu_profilemanager_utils.h
- amd_gpu_profilemanager_application.cpp
- amd_gpu_profilemanager_application_combined.cpp
- amd_gpu_profilemanager_area.cpp
- amd_gpu_profilemanager_common.cpp
- amd_gpu_profilemanager_db.cpp
- amd_gpu_profilemanager_profile.cpp
- amd_gpu_profilemanager_property.cpp
- amd_gpu_profilemanager_use.cpp
- amd_gpu_profilemanager_utils.cpp
- CMakeLists.txt
- CMakeLists.txt
- main.cpp
- whitelist_preset_item.h
- whitelist_preset_manager.cpp
- whitelist_preset_manager.h
- window_details.cpp
- window_details.h
- window_main.cpp
- window_main.h
- .gitignore
- .gitmodules
- AGENTS.md
- CMakeLists.txt
- LICENSE.md
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/OpenSystemTelemetry/AMD.GPU.ProfileManager
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd AMD.GPU.ProfileManager
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. CMake
보통 추천사전 준비물
cmake ..
소스코드를 분석해 빌드 설정 파일을 생성합니다 (build 폴더 안에서 실행해야 함).
cmake --build .
이 명령어를 터미널에 그대로 입력해 실행하세요.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
