You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Util][GPU] Add TiedOpInterface implementation for iree_gpu.multi_mma (#18626)
This PR is a part of what was originally
#18608. The PR implements the
TiedOpInterface for the iree_gpu.multi_mma op. This is a temporary
solution to having multi_mma ops before dispatch workgroup creation, and
is only needed right now because we rely on early materialization. This
will enable e2e matmul tests with GPU data tiling while it is still
being developed, and this change can be dropped once we switch to late
materialization.
---------
Signed-off-by: Max Dawkins <[email protected]>
0 commit comments