-
Notifications
You must be signed in to change notification settings - Fork 199
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
Conversation
exla/c_src/exla/exla_client.o
Outdated
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 :)
exla/lib/exla/computation.ex
Outdated
device_id: device_id | ||
} | ||
end | ||
|
||
def compile( |
There was a problem hiding this comment.
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. :)
exla/lib/exla/mlir/region.ex
Outdated
@@ -1,5 +1,5 @@ | |||
defmodule EXLA.MLIR.Region do | |||
@moduledoc false | |||
@moduledoc "Holds the ref for an MLIR region." |
There was a problem hiding this comment.
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.
Removes all of the XlaOp workflow
Because I had to touch the Makefile, I also took the opportunity to start speeding recompilations up.