Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily revert support for custom op extensions. #944

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

rdadolf
Copy link
Collaborator

@rdadolf rdadolf commented Jun 15, 2022

The MacOS builders are having linking trouble with the extension library.
Until it's fixed, all support for op extensions is disabled. It should be
easy to restore once the issue is resolved.

The MacOS builders are having linking trouble with the extension library.
Until it's fixed, all support for op extensions is disabled. It should be
easy to restore once the issue is resolved.
@rdadolf
Copy link
Collaborator Author

rdadolf commented Jun 15, 2022

@silvasean @powderluv This is passing on my dev machine, just waiting for the CI tests.

If those pass, I'll merge and wait for the MacOS builders to trigger. Assuming those pass, we should be good.

I've confirmed that the update_*.sh scripts run correctly under this reversion, so there shouldn't be any time bombs AFIAK.

@rdadolf rdadolf merged commit b90837e into llvm:main Jun 15, 2022
@silvasean
Copy link
Contributor

Thanks!

qedawkins pushed a commit to nod-ai/torch-mlir that referenced this pull request Oct 3, 2022
* initial pass at compress

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* update

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* progress

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* progress

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* update

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* update

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* update

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* factored affine builder out of krnltoaffine

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* migrated AffineBuilder to MLIRDialectBuilder to be more usable in other phases than just KrnlToAffine

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* working but wrong algo for axis>0

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* works with removed condition on cond size when known at compile time

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* added lit tests

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* format

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* fix compiler errors and warnings

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* missing lib include resulting in Release mode failure to build onnx-mlir

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* format

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* update for latest LLVM

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* respond to review requests

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>

* added const and final to all builders class and methods

Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants