mlir-sys icon indicating copy to clipboard operation
mlir-sys copied to clipboard

TOSA Dialect

Open MaxGraey opened this issue 7 months ago • 1 comments

Hi, Is there any significant reason why it is still not included in the wrapper? I think it's worth adding the TOSA dialect to C wrapper even if it has some rough edges.

It can be probably also resolved some issues: https://github.com/mlir-rs/melior/issues/371

MaxGraey avatar Apr 24 '25 16:04 MaxGraey

I was looking into this and this seems related: https://github.com/llvm/llvm-project/pull/82190 The TOSA.h header doesn't even exist in upstream llvm at the moment

theoparis avatar Jul 11 '25 03:07 theoparis