build: fix the build failures of Windows HIP release job#15984
build: fix the build failures of Windows HIP release job#15984slaren merged 3 commits intoggml-org:masterfrom lcy0321:update-hip-cache-keys
Conversation
Update the cache keys to include the HIP SDK version, preventing the use of outdated ROCm installation caches.
- Update HIP SDK version to 25.Q3 and ROCm version to 6.4.2 - Update the cache keys to reflect the new versions
|
I tested this in my fork, but it doesn't compile with the new rocwmma version |
I am facing the same error in my branch.
I am trying to deal with this error. If I can't fix it, I will try to revert the version of rocwmma |
since the current stable rocWMMA does not support gfx1151.
Can we use the unstable version then? I would rather accept some instability than remove Strix Halo support. Support was already merged in May in ROCm/rocWMMA#538 |
|
Hi @slaren, rocWMMA does not currently list gfx1151 among its supported architectures in the README.md, nor has it released a version with gfx1151 support. To enable the build for gfx1151, we need to locate a specific commit of rocWMMA, verify that we can build with it, and then modify the workflows to clone that commit instead of the current branch The release workflow for this pull request has successfully passed on my fork: I would prefer to merge this pull request first, and then you could create a separate PR for gfx1151 support. What do you think? |
|
FYI release build just succeeded with |
Does this mean that we can build rocWMMA with GPU architectures that they haven't included in the code? That’s kind of surprising to me. |
* build: fix the cache keys for Windows HIP release job Update the cache keys to include the HIP SDK version, preventing the use of outdated ROCm installation caches. * build: sync changes from release.yml to build.yml - Update HIP SDK version to 25.Q3 and ROCm version to 6.4.2 - Update the cache keys to reflect the new versions * build: remove Windows HIP release for gfx1151 since the current stable rocWMMA does not support gfx1151.
) * build: fix the cache keys for Windows HIP release job Update the cache keys to include the HIP SDK version, preventing the use of outdated ROCm installation caches. * build: sync changes from release.yml to build.yml - Update HIP SDK version to 25.Q3 and ROCm version to 6.4.2 - Update the cache keys to reflect the new versions * build: remove Windows HIP release for gfx1151 since the current stable rocWMMA does not support gfx1151.
Uh oh!
There was an error while loading. Please reload this page.