-
Notifications
You must be signed in to change notification settings - Fork 520
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 <[email protected]> * Remove .def files for end-to-end tests Signed-off-by: Tung D. Le <[email protected]> * No .def files when linking Signed-off-by: Tung D. Le <[email protected]> * Print out exported funcs Signed-off-by: Tung D. Le <[email protected]> * Check windows in triple Signed-off-by: Tung D. Le <[email protected]> * Test lit tests Signed-off-by: Tung D. Le <[email protected]> * Export functions in the cruntime lib Signed-off-by: Tung D. Le <[email protected]> * Use triple to detect Windows OS Signed-off-by: Tung D. Le <[email protected]> * Use a separate macro Signed-off-by: Tung D. Le <[email protected]> * Use defined(_WIN32) Signed-off-by: Tung D. Le <[email protected]> * Use defined(_WIN32) Signed-off-by: Tung D. Le <[email protected]> * Install headers for cruntime Signed-off-by: Tung D. Le <[email protected]> * Add preserveLLVMIR option and reorganie CompilerUtils Signed-off-by: Tung D. Le <[email protected]> * clang-format Signed-off-by: Tung D. Le <[email protected]> * Support multiple entries and add lit tests Signed-off-by: Tung D. Le <[email protected]> * Minor change Signed-off-by: Tung D. Le <[email protected]> * Fix conditions Signed-off-by: Tung D. Le <[email protected]> * undo Signed-off-by: Tung D. Le <[email protected]> * Missing change when merging Signed-off-by: Tung D. Le <[email protected]> * More missing changes when merging Signed-off-by: Tung D. Le <[email protected]> Co-authored-by: Ettore Tiotto <[email protected]>
ElementwiseReluModule
andResNet18StaticModule
TOSA tests #1231