[Codegen][GPU] Add RDNA4 materialize encoding test - #24924
Prajit-Rahul wants to merge 1 commit into
Conversation
materialize encoding test Signed-off-by: Prajit-Rahul <prajitrahul05@gmail.com>
|
Hello @Prajit-Rahul 👋 Thank you for submitting a Pull Request to IREE! It looks like this is your first one. We have one ask, and you can also find some general tips below. Action required: acknowledge IREE project policiesIREE is a Linux Foundation project. All participants are expected to follow the LF Projects Code of Conduct. All contributions to IREE must follow our IREE AI Tool Use Policy. In particular:
We kindly ask you to reply to this message and confirm that you understand and accept the cited policies, particularly the AI Tool Use Policy. General guidanceOur general Contributing guide contains information and links to detailed guides on code quality, testing, commit summaries and our CI system. A common point for new PRs: if a DCO signing check fails for you, check out the section on Developer Certificate of Origin. If you have any questions, feel free to leave a comment here, or ask away on IREE Discord. Thank you, |
|
I have read and understand the IREE project policies, including the AI Tool Use Policy, and agree to follow them. I understand and can vouch for all changes submitted in this PR. |
|
The workflow approval requests expired before CI ran. Could a maintainer please approve and re-run the workflows? |
|
Hi @AGindinson , @egebeysel , and @phemashekar. When convenient, I would appreciate any feedback you may have on this PR. Thank you for your time! |
Added a gfx1201 variant of the existing gfx1100 materialize-device-encoding test. The test checks that the GPU data-tiling resolver selects
WMMAR4_F32_16x16x16_F16for RDNA4 and lowers the matmul toiree_codegen.inner_tiledwith the expected packed layout. This is a compile-only lit test and doesn't require RDNA4 hardware.Fixes #20618.
Assisted-by: Codex