Jiahong Bi
Jiahong Bi
When I tried to build this repo as the `README` file, it always use out all of my memory. Even When I allocate another 100GB swapfile when ninja is using...
Does Bambu support OpenMP `#pragma omp parallel for` for nested loops? I created a simple gemm function and tried to synthesis it. But I got an error saying `Starting execution...
1. Now there is a new builder for `StateOp`, which also takes a ValueRange and uses it to create the `OutputOp` with it. 2. Change the first builder of `TransitionOp`...
As title, in tools/cgeist/.gitignore there is: ``` *.time *.exec1 *.out1 ``` But on my machine this will never ignore the files with extension .exec1 and .out1, I think it should...
Hi there! Do you have any plans to upgrade scalehls to adapt the latest version of Polygeist as well as Vitis 2023.2's pragmas.
As title I've run into this error when trying to use the scaleflow-pytorch-pipeline on the generated mlir code. ``` samples/pytorch/resnet18/resnet18.mlir:314:11: error: 'memref.copy' op requires the same shape for all operands...
As title, the details can be found in #77.
Dear maintainers, I tried the matmul example in README, and I got really werid results, which error is extremely high. I took a look at the results and I observed...