[Mlir-commits] [mlir] [uArch][XeGPU] Add XeGPU uArch definition. (PR #153706)
Rolf Morel
llvmlistbot at llvm.org
Tue Aug 19 08:39:14 PDT 2025
rolfmorel wrote:
High-level comment: could the "family of ops" be represented by `OpInterface`s? That is, are the XeVM ops (and those of XeGPU) in each of the families such that they correspond to each of the `Instruction` structs that you have? If so, might be nicer to attach the required shape information directly to the ops (though presumably through static methods (on interfaces) so you don't first need an instance of an op to learn about it's required shapes).
https://github.com/llvm/llvm-project/pull/153706
More information about the Mlir-commits
mailing list