[Mlir-commits] [mlir] [mlir][test] Test conversion of TOSA to EmitC via LinAlg (PR #94640)

Simon Camphausen llvmlistbot at llvm.org
Wed Oct 30 09:16:41 PDT 2024


simon-camp wrote:

Great timing @ilovepi, I wanted to post an update today before I go on vacation.

There are 2-3 PRs missing:
- (NFC) Moving the memref type conversion to a shared location
  - move `populateMemRefToEmitCTypeConversion` to `Dialect/EmitC/Transforms/TypeConversions` as is
- Adapt the SCF to EmitC conversion to use the memref type conversion
- (Add support to promote 0d memrefs to 1d arrays in the type converter and conversion)
  - This is not strictly necessary to get something going end2end, we can change your TOSA testcase to work on 1d tensors
 
I will be back at work in mid-November and can continue working on it.

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


More information about the Mlir-commits mailing list