Draft
Conversation
Co-authored-by: mawad-amd <112003944+mawad-amd@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Document dependencies for tools in markdown
Add per-tool dependency documentation
Mar 5, 2026
Member
|
@copilot we don't need to document dependencies that get pulled automatically. Also you missed libdwarf which is a kerneldb dependency. Make sure you go through the CMake files of the dependencies pulled from GitHub and make sure these hidden dependencies are captured. |
…libdwarf, libelf, libzstd) Co-authored-by: mawad-amd <112003944+mawad-amd@users.noreply.github.com>
Contributor
Author
Done in commit
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No single reference existed for what each IntelliKit tool requires — Python packages, system tools, and hidden system dependencies were scattered across individual READMEs and build files.
Changes
docs/dependencies.md— New dependency reference covering all six tools, focused on dependencies that must be manually installed:rocprofv3,rocminfo,hipcc,AMDuProfCLI)libdwarf(required — fatal CMake error if missing),libelf,libzstd,amd_comgr, andlibhsa-runtime64apt/dnf)README.md— Added a link todocs/dependencies.mdin the Documentation sectionAuto-fetched C++ libraries (spdlog, fmt, nlohmann/json via CMake FetchContent/CPM) are intentionally excluded as they require no manual installation.
Dependency Graph
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.