docs: add Windows HIP build instructions and troubleshooting#285
Merged
hydai merged 1 commit intoWasmEdge:mainfrom Jan 28, 2026
Merged
docs: add Windows HIP build instructions and troubleshooting#285hydai merged 1 commit intoWasmEdge:mainfrom
hydai merged 1 commit intoWasmEdge:mainfrom
Conversation
hydai
requested changes
Jan 28, 2026
Contributor
Author
|
Yes I am fixing the formatting issues |
Signed-off-by: Khushi <khushisingh82072@gmail.com>
eac40d6 to
f3cdf69
Compare
Contributor
Author
|
Hello, Can you please verify if it is fine now? |
hydai
approved these changes
Jan 28, 2026
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.
Explanation
This PR adds documentation for building the WASI-NN plug-in with the GGML backend using HIP (AMD GPUs) on Windows. It provides the specific CMake commands needed to enable HIP support and includes a troubleshooting section for users with AMD RDNA3 integrated graphics (e.g., Radeon 780M) who may encounter initialization errors. This is a documentation update to support the recently added HIP backend features.
Related issue
Relates to #4552
What type of PR is this
/kind documentation
Proposed Changes
Added Build Instructions: Inserted the CMake command block for enabling WASMEDGE_PLUGIN_WASI_NN_GGML_LLAMA_HIP in the Windows dependencies section.
Added Troubleshooting Guide: Created a new subsection for "AMD Radeon Integrated Graphics (Windows)" detailing workarounds for RDNA3 architecture overrides (HSA_OVERRIDE_GFX_VERSION) and manual library linking for ROCm.