Alexandre Eichenberger

Results 261 comments of Alexandre Eichenberger

@Jiaqing-ASU if you still have the error, ask @sstamenova to help you, there are ways to disable the warning as errors for sections of the code.

Sure, if you don't feel like a test is appropriate/works, just add a PR to add the comments. > # ==LIM== Run on NNPA when the previous and following operations...

@negiyas if you have completed the work, please close this issue, thanks

you could disable vector code gen by not asserting "-mcpu=" a recent z machine... from your log it is for z build. you could also try on x86, as support...

I would look into using `onnx-mlir` lowering to llvm (`onnx-mlir -EmitLLVMIR`) and then looking if you can feed that to `mlir`. I believe they have a C dialect, but no-one...

thanks, added pointer to this issue to our wiki agenda.

We are generally receptive, and we already have an effort from onnx to mhlo and onnx to tossa. Have you considered piggybacking on these? Namely from mhlo or toss to...

Right now, the MHLO is making rapid progress, which would integrate the ONNX->TF ecosystem. If there is sufficient support on your end, I can see the benefit of having a...