[Mlir-commits] [mlir] [mlir] Target Description and Cost Model in MLIR (PR #85141)
Renato Golin
llvmlistbot at llvm.org
Wed Mar 20 16:00:35 PDT 2024
================
@@ -240,6 +241,9 @@ class MLIRContext {
/// (attributes, operations, types, etc.).
llvm::hash_code getRegistryHash();
+ /// Get context-specific system description
+ SystemDesc &getSystemDesc();
----------------
rengolin wrote:
Ok, fair enough. I think there's a lot to unpack and I feel we're mostly agreeing with each other but seeing different facets of the same (very large) picture.
A document is definitely a more reasonable approach than comments on a PR. This thread has definitely run its course. :)
We'll start some public document and update here. We'll continue from there. Thanks for the patience so far!! 😅
https://github.com/llvm/llvm-project/pull/85141
More information about the Mlir-commits
mailing list