iasakura
iasakura
@rbaghdadi Hi. I have already finished the initial implementation of scheduling check. I would very appreciate if you review and comment my code. Thank you.
Hi @rbaghdadi, Thank you for replying! I am very interested in legality check of tiramisu. So I will try to implement legality check. The following is my implementation idea. (For...
Hi @rbaghdadi , I implemented PoC version of legality check of scheduling. Here is my branch: https://github.com/iasakura/tiramisu/tree/support-legality-check-of-scheduling I implemented legality check as `function::check_legality`. Typically, it is expected to be called...
Hi @rbaghdadi , Thank you for your nice comments! > - Can you please add a high level description of the algorithm you are using? > - Do you have...