[Mlir-commits] [mlir] [uArch][XeGPU] Add XeGPU uArch definition. (PR #153706)

Md Abdullah Shahneous Bari llvmlistbot at llvm.org
Tue Aug 26 21:09:34 PDT 2025


mshahneo wrote:

> High-level question: is there any info that gets pulled at runtime? I imagine most of these hardware properties don't really change. Can't all this be static compile time info?

Nothing in particular, all are static info. I actually tried to follow the MLIR way. Since it is like an utility, I tried to follow the utility functions in different dialects. But I am open to change.

https://github.com/llvm/llvm-project/pull/153706


More information about the Mlir-commits mailing list