Alexandre Eichenberger
Alexandre Eichenberger
Send what you have for review
Upgrading daily may be a resource problem, as we have a fairly small team. One of us (@gongsu832 ) is working on making a daily build using the latest LLVM...
(some discussion of this in PR #1554), should continue here.
@DavidChan0519 there is some conflicts, can you do the manual merge? It looks like its good to go then
@DavidChan0519 are you able and willing to manually merge this PR?
@Connor-XY would you be able to add this test to the verify? It should test that the `end` has a rank of 1. If you do so, please make sure...
Oh, so you are saying that `ends` is a constant but that the constant has not reached yet? In general, we return `success` when inputs do not have yet a...
ONNX standard: https://github.com/onnx/onnx/blob/master/docs/Operators.md Toy examples from MLIR: https://mlir.llvm.org/docs/Tutorials/Toy/ Slack channel: https://lfaifoundation.slack.com/archives/C01J4NAL4A2
Simple warmup task: split the current `inferShape` into a 'verifier` that check the validity of the ops, and leave only the shape inference computation in the `inferShape`. Here are some...
cmake --build on Mac with M1 chip failed with error "ld: symbol(s) not found for architecture arm64"
Some makefile changes are likely needed to support this different arch. At this time, we are mostly x86 mac based, so I don't think we can provide much help on...