-
Notifications
You must be signed in to change notification settings - Fork 518
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
build: update llvm tag to 00d648bd #1307
Conversation
@Vremold @fortianyou @ZihengJiang Could you help me diagnose the MHLO end-to-end test failures please? The failure seems similar to the one observed in the last LLVM update [https://github.com//pull/1268]. |
@ashay I believe this is a bug of MHLO legalization to LinAlg. The error raised here legalize_to_linalg.cc#L2031, because |
Thanks @fortianyou!
I fixed the problem in the greencommit branch and created an upstream PR here: tensorflow/tensorflow#57530. |
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.
Thanks!
* Export some functions on Windows Signed-off-by: Tung D. Le <tungld@gmail.com> * Remove .def files for end-to-end tests Signed-off-by: Tung D. Le <tungld@gmail.com> * No .def files when linking Signed-off-by: Tung D. Le <tungld@gmail.com> * Print out exported funcs Signed-off-by: Tung D. Le <tungld@gmail.com> * Check windows in triple Signed-off-by: Tung D. Le <tungld@gmail.com> * Test lit tests Signed-off-by: Tung D. Le <tungld@gmail.com> * Export functions in the cruntime lib Signed-off-by: Tung D. Le <tungld@gmail.com> * Use triple to detect Windows OS Signed-off-by: Tung D. Le <tungld@gmail.com> * Use a separate macro Signed-off-by: Tung D. Le <tungld@gmail.com> * Use defined(_WIN32) Signed-off-by: Tung D. Le <tungld@gmail.com> * Use defined(_WIN32) Signed-off-by: Tung D. Le <tungld@gmail.com> * Install headers for cruntime Signed-off-by: Tung D. Le <tungld@gmail.com> * Add preserveLLVMIR option and reorganie CompilerUtils Signed-off-by: Tung D. Le <tungld@gmail.com> * clang-format Signed-off-by: Tung D. Le <tungld@gmail.com> * Support multiple entries and add lit tests Signed-off-by: Tung D. Le <tungld@gmail.com> * Minor change Signed-off-by: Tung D. Le <tungld@gmail.com> * Fix conditions Signed-off-by: Tung D. Le <tungld@gmail.com> * undo Signed-off-by: Tung D. Le <tungld@gmail.com> * Missing change when merging Signed-off-by: Tung D. Le <tungld@gmail.com> * More missing changes when merging Signed-off-by: Tung D. Le <tungld@gmail.com> Co-authored-by: Ettore Tiotto <etiotto@ca.ibm.com>
ElementwiseReluModule
andResNet18StaticModule
TOSA tests #1231