Adrian Sampson
Adrian Sampson
Sounds great, Stephen! Seems like a good scope for the project. You briefly mentioned the possible need for type inference. May I suggest that, for this project, you try to...
Awesome; thanks for planning out some of this stuff! Here are just a couple of assorted thoughts: > i.e. how do we expect users to use the dashboard? directly from...
Thanks for the thought, @sgpthomas! Yes, this would be a cool thing to do now that Calyx is kinda grown up. Yep, @EclecticGriffin is right that there is no real...
Just wanted to record here that we had a very brief discussion synchronously and this sounds like a great plan!!
Excellent! Sounds like a plan!
Expanding a little bit on the imaginary code I wrote above for how the AXI "wrapper" code might work, I think we should really use Calyx's [`ref` cells][ref] to thread...
Sounds wise!
Thanks for the feedback, both of y'all! > I know currently the AXI interfaces reads all inputs values to on-chip memory and then launches the kernel. My general suggestion is...
Given @nathanielnrn's awesome recent progress in #1842, I found myself mapping out a few granular steps for the medium-term future (aside from the aforementioned next step of converting this fixed-function...
This all sounds great!!! Just one small note on the compiler hacking: > Add a pass to the compiler that omits the go/done interface and replaces it with an [`ap_start`/`ap_done`](https://xilinx.github.io/XRT/master/html/xrt_kernel_executions.html)...