Ruizhe Zhao

Results 21 issues of Ruizhe Zhao

We've got some new updates from the `impact` branch and there are loads of hacky things. We should gradually migrate them into the master. TODO: - [x] Handle div/mod #8...

**UPDATE**: There is a tentative conclusion on this matter - to make sure that the Pluto version achieves the same performance as the Polymer version, it should use `i64` for...

It would be pretty common in real-world test cases. Test code - ```mlir func @matmul(%A: memref

bug

Sometimes Pluto may generate a Scop like this: ```scop # =============================================== Global # Language C # Context CONTEXT 2 4 0 0 0 2 # e/i| P0 P1 | 1...

bug

Should add polybench into the source tree and add instructions for experimentation.

Now we assign a hardcoded name "main", which will cause confliction especially for this case: #41

Currently only `clast_bin_fdiv` and `clast_bin_cdiv` are handled. The reason why the other two (`div` and `mod`) are not supported is just I cannot find the corresponding API in `AffineExpr`. Will...

bug

Hi, I tried with the **Test** Account SID, but there was always a Gateway error. Then I shifted to **Live** and everything works like a charm. I think it might...

## Introduction This PR aims to improve the bitwidth synthesized for counters in `Foreach`. Counters are all initialized to `I32` at the moment, which is not optimal since for many...