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

refactor: remove XlaOp workflow #1462

Merged
merged 8 commits into from
Mar 2, 2024

Conversation

polvalente
Copy link
Contributor

Removes all of the XlaOp workflow
Because I had to touch the Makefile, I also took the opportunity to start speeding recompilations up.

@polvalente polvalente self-assigned this Mar 2, 2024
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file here intentionally? Same below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is a stray file from while I was working on the Makefile :)

device_id: device_id
}
end

def compile(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should talk about this. :)

@@ -1,5 +1,5 @@
defmodule EXLA.MLIR.Region do
@moduledoc false
@moduledoc "Holds the ref for an MLIR region."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think all MLIR modules should be false for now.

@polvalente polvalente merged commit 9fe8f06 into main Mar 2, 2024
8 checks passed
@polvalente polvalente deleted the pv-feat/remove-xla-compiler-workflow branch March 2, 2024 16:45
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