[Mlir-commits] [mlir] [mlir][emitc] Expose emitc dialect types (PR #119645)

Eliud de León llvmlistbot at llvm.org
Sun Dec 29 20:13:24 PST 2024


TGMM wrote:

> The code looks good to me! Regarding the CmpPredicate, you could do it like here https://github.com/llvm/llvm-project/blob/main/mlir/lib/CAPI/Dialect/SparseTensor.cpp#L23, where the `LevelFormat` enum in the SparseTensor dialect is mirrored to C.

Thanks for the suggestion! I've made these changes based off the code that you sent.

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


More information about the Mlir-commits mailing list