User Details
- User Since
- Apr 17 2020, 11:03 AM (154 w, 1 d)
Tue, Mar 28
I have pushed a fix the build failure with https://github.com/llvm/llvm-project/commit/b337735390659a7aa79bcefd1bebb89d7f278194
Looks like there are still issues with MSVC 14.29.xxxx
Thu, Mar 23
Sep 29 2022
Sep 19 2022
Sep 16 2022
Fixup formatting
Jan 24 2022
Jan 22 2022
Jan 14 2022
Jan 13 2022
Address River's comments.
Address review comments
Jan 12 2022
Address review comments
Jan 4 2022
@rriddle PTAL again.
Dec 24 2021
Address review comments.
Dec 23 2021
Nov 23 2021
Sep 15 2021
Aug 31 2021
Jul 26 2021
Jul 23 2021
Update usage in comment
Jul 22 2021
Jul 21 2021
Remove findDeallocs()
Jul 20 2021
Jul 19 2021
May 13 2021
Feb 22 2021
Please also see: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/compiler/mlir/tensorflow/utils/visitor_util.h
Jan 12 2021
Jan 6 2021
Make error message concise.
Better error messages
Simplify by moving check in parseFunctionLikeOp
This is in preparation of the visibility related changes discussed in https://llvm.discourse.group/t/external-function-declaration-has-changed-help-needed/2357. This change disallows attributes that sym_visibility/sym_name/type etc which are parsed/inferred from other places to be present in the attribute dictionary. This way, for the follow on changes, the function parser has just one parsed visibility value (parsed as keyword private/public/nested) to consider instead of trying to also look into the parsed attribute dictionary.
Dec 29 2020
Dec 28 2020
Use if-else
Dec 10 2020
Dec 9 2020
Address feedback
Dec 8 2020
Remove test case