User Details
- User Since
- Jan 9 2020, 1:31 AM (178 w, 12 h)
Jan 11 2022
Dec 15 2021
Dec 8 2021
Dec 1 2021
Nov 30 2021
Nov 29 2021
Addressed comments.
All files are renamed to "bufferization to memref" after the bufferization
dialect has been created.
Addressed further comments.
Nov 23 2021
Add dynamic shaped allocs and test cases.
Addressed comments.
Nov 22 2021
Nov 19 2021
Sep 29 2021
May 20 2021
May 17 2021
May 10 2021
May 7 2021
@mehdi_amini Try to fix the issue here: https://reviews.llvm.org/D102060
May 6 2021
@mehdi_amini We tried to resolve the dependency, but ran into the problem that the canonicalize test did not recognize the memref ops. Before splitting the dialect, this was not an issue since the ops were part of the std-dialect. Now, we get an error that the splitted memref ops are not registered in MLIR context. That's the reason why this dependency is needed. As mentioned above, we are not experts in this particular field of MLIR and are looking forward to get some support how to get rid of this dependency. Maybe we can pre-register the memref-dialect somehow?
May 5 2021
@mehdi_amini We have already discussed this "issue" with @herhut and we detected that the includes can not be removed in a straight forward way. It looks like removing those includes causes memref dependencies that can not be resolved properly. Unfortunately, we are not experts in this particular field of MLIR core. However, we are definitely looking forward to address your concerns. If we are able to get some support regarding these implicitely existing memref dependencies.
May 4 2021
Addressed comments.
May 3 2021
Mar 29 2021
Mar 26 2021
Addressed comments.
Mar 24 2021
Addressed comments.
Mar 23 2021
Mar 17 2021
Mar 15 2021
Mar 11 2021
Adressed comments.
Mar 9 2021
Mar 5 2021
Feb 18 2021
Feb 12 2021
Removed corresponding ops in std dialect and adapted test cases.
Addressed comments.
Feb 11 2021
Feb 10 2021
Feb 8 2021
Jan 27 2021
Jan 20 2021
Jan 19 2021
Addressed comments.
Jan 18 2021
Jan 13 2021
Jan 11 2021
Dec 3 2020
Dec 1 2020
Addressed comments.
Nov 25 2020
Addressed comments.
Changed default max rank to 1 instead of 2 and changed condition to less or equal.
This way is more intuitive.
Nov 24 2020
Addressed comments.
Introduce transformation if the alloc operands are RankOps.
Nov 23 2020
Nov 18 2020
Nov 17 2020
Nov 13 2020
Nov 12 2020
Nov 5 2020
Addressed comments
Nov 3 2020
Oct 23 2020
Oct 22 2020
Addressed comments.
Oct 21 2020
Addressed comments.