mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
ROCM IFU: Add new CTALayout parameter to mfma layout
This commit is contained in:
committed by
Jason Furmanek
parent
e5d7bb4fae
commit
bae0e4527c
@@ -718,7 +718,8 @@ The data will be distributed between threads as follows:
|
||||
ins
|
||||
"unsigned":$nonKDim,
|
||||
ArrayRefParameter<"unsigned">:$warpsPerCTA,
|
||||
"bool":$isTransposed
|
||||
"bool":$isTransposed,
|
||||
"CTALayoutAttr":$CTALayout
|
||||
);
|
||||
|
||||
let hasCustomAssemblyFormat = 1;
|
||||
|
||||
Reference in New Issue
Block a user