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
[Codegen][Tuner] Expose XOR shuffle bounds and validation functions in CAPI (#23442)
After #23175, we now generate
swizzle hint ops for scaled gemms whose parameters are set during
`lowering_config` selection. These parameters (`rowElems` and
`accessElems`) can be chosen via the tuner too (although in the future
we intend for there to be an analytically derived solution to this).
This PR exposes two functions, `getXorShuffleBounds` and
`isXorShuffleValid`, to allow the tuner to constrain its search space
for applicable XOR swizzles.
Assisted by: composer-1
---------
Signed-off-by: Muzammiluddin Syed <muzasyed@amd.com>
0 commit comments