-
Notifications
You must be signed in to change notification settings - Fork 11.6k
HIP: rocWMMA documentation and enabling in workflow builds #12179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Sorry, I merged this PR but it seems the CI on master is now failing because of it due to the rocWMMA files not being found. The CI was successful for the PR though; are there different setups? |
Let me take a look what's possibly going wrong. |
windows-latest-cmake-hip job didn't specify AMDGPU_TARGETS, thus it was using gfx906 as default target, and it didn't support WMMA so it skipped compiling related device code. windows-latest-cmake-hip-release has AMDGPU_TARGETS specified, but the job was skipped in non-master branches, so neither my private build nor PR check has actually validated the WMMA build under Windows. The issue is likely due to not using absolute paths in |
PR sent: #12230 |
…12179) * Enable rocWMMA for Windows CI build * Enable for Ubuntu * GGML_HIP_ROCWMMA_FATTN documentation work
…12179) * Enable rocWMMA for Windows CI build * Enable for Ubuntu * GGML_HIP_ROCWMMA_FATTN documentation work
GGML_HIP_ROCWMMA_FATTN
CMake option.build.yml changes validated in forked branches
Related: #12032