-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adding sqrt op in ttmlir e2e #438
Conversation
b67e196
to
92f6c69
Compare
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.
Awesome
You can add your sqrt.mlir to automatically generate ttnn files. I added docs on how to do that here: https://docs.tenstorrent.com/tt-mlir/ttrt.html#adding-llvm-lit-config-options-inside-a-mlir-file-to-create-flatbuffer-binaries.
To test (see https://docs.tenstorrent.com/tt-mlir/ttrt.html#generate-flatbuffer-files-using-llvm-lit)
Inside build/test/ttmlir/Silicon, your sqrt.ttnn file should've been generated. |
Great, thanks for this @tapspatel |
92f6c69
to
902674a
Compare
We need to implement the square root operation end-to-end for the next milestone of bringing up LLama.
Solves: #418