calebmkim

Results 46 comments of calebmkim

Couple of comments/questions I have after playing with the interpreter: 1. Does using a `std_slice` always results in a computation overflow/underflow warning in the interpreter or does the interpreter know...

1. Lenet takes about 78 million cycles to run. I also tried out how long a single `conv2d` in lenet takes, and it was about 10 million cycles (as opposed...

So one thing I forgot to do when testing the updated TVM version was going from ONNX to Calyx. I think most of it should be fine, there is just...

There's also the project I started a couple weeks ago: it's basically a checklist (with a link to the PRs/Issues) of the things I've done to get Calyx Sharing on...

(ended up using [project board](https://github.com/cucapra/calyx/projects/6))

Yeah, I think this could be helpful. But perhaps not necessarily as urgent (like we can wait until after we have the frontends settled), since I'm not sure how often...

Just to revive this issue, @paili0628 and I talked about how we should implement this and we think the following might be a good idea: we could define components in...

Just to give context to this issue, I've already been using the Polygeist flow to go from C++->Affine->SCF->Calyx->Native Calyx->Verilog for the Polybench benchnmarks: The code is here: https://github.com/cucapra/calyx-resource-eval/tree/main/polybench-affine/blas/gemm. I manually...

I've missed the synchronous discussion for this, but I just want to make sure I'm understanding what the current situation is, especially reading #1732. ## Goals It seems that, we...

I've been thinking about > 2. Breaking up FSMs in the style of `new_fsm` There's one pretty easy way to do this: We can just compile `static seq { @new_fsm...