Ettore Tiotto
Ettore Tiotto
**List of Learning Resources** - https://www.youtube.com/watch?v=cyICUIZ56wQ (Intro on MLIR) - https://video.ibm.com/recorded/127363418 (ONNX MLIR talk) - https://video.ibm.com/recorded/127363577 (ONNX MLIR Wrap-Up) - https://github.ibm.com/Tian-Jin2/onnx-mlir-lab/ (github repo with example) - https://mlir.llvm.org/ (MLIR documentation) -...
So far we lower the ONNX dialect to our own internal Krnl dialect. Adding integration with TOSA might allow us to lower ONNX operators to TOSA without impacting/breaking the current...
Opinions @AlexandreEichenberger @doru1004 @tungld @sstamenova @gongsu832 @caoimhinuibrian ?
Thanks @sstamenova for the useful pointer. I was just looking at that file and I would also prefer to reuse `LLVM_ENABLE_WERROR` if that works. We could initially add the code,...
@AlexandreEichenberger not yet.
I am working on `SpaceToDepth` (#926) and `DepthToSpace` (#927).
I am going to look at `categorymapper` (#941).
Working on `ScatterElements` (needed by fasterrcnn-10.onnx, maskrcnn-10.onnx). PR is https://github.com/onnx/onnx-mlir/pull/1352 `Scatter` is deprecated but we map it to `ScatterElements`. PR is https://github.com/onnx/onnx-mlir/pull/1337
Working on `ScatterND`. PR is https://github.com/onnx/onnx-mlir/pull/1370
Implemented `GatherElements`. PR is https://github.com/onnx/onnx-mlir/pull/1375.