-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Rachit Nigam edited this page Feb 5, 2021
·
29 revisions
Agendas and summaries for Calyx meetings
- Merging #292.
- Relay status and Dahlia frontend issues (if any)
- State of demo website.
- Systolic array speedup mystery updates (postponed)
- Relay
- Quantizing networks
- Testing integration
- NTT
- Add milestone for compiling NTT-256.
- Invoke ports
- Relay demo
- Merging https://github.com/cucapra/dahlia/pull/340
- NTT status/updates
- Brief outline for steps needed to get FuTIL running on FGPAs
- Systolic array speedup mystery updates (postponed)
- NTT implementation: Try parallelizing the programs by either unrolling the Dahlia loops or writing a butterfly transform generator in Calyx.
- Talked about pipelining operator and the need for interfaces that can catch when certain signals arrive.
- Some notion of how long a signal needs to stay "alive" for (in number of cycles) seems important when doing this.
- The interface should capture initiation intervals (II) for the pipeline
- Relay
- Get VGG working to the point where the whole VGG program can be simulated on Verilator.