-
Notifications
You must be signed in to change notification settings - Fork 52
Home
Rachit Nigam edited this page Apr 12, 2021
·
29 revisions
Agendas and summaries for Calyx meetings
- Updates
- Summer plans: Talk to Rachit, Adrian
- Wrap up plans: Make issues for wrapping up tasks
- (Virtual?) Farewell for graduating folks!
- Andrii: Figure out locations in source code to change to implement bounded loops
- Alex: Figure out why the second example in
infer-static-timing
fails - Chris: Fixed point stuff with his fixed point friends
- Karen: Is #327 done?
- Alex: Constants in invoke #447
- Andrii: Bounded Loops #338
- Recap of fixed-point progress (and removal of constants)
- Griffin: thoughts about register unsharing
- Graph coloring merger (#444)
- and how it broke performance (#459)
- Two's complement fixed-point (#445)
- Recap the group timing fix (#446)
- Chris gave a great ADA talk!
- Primitive vs. non-primitive component signatures (#457)
- Chris: Update on FP, FP representation, and other open PRs
- YooNa & Karen: Current state of interpreter + planning a demo
- Alex, Andrii: Demo implementation & next steps
- Griffin: Update + Next steps
- General state of issues and PR (let's start knocking them off!)
- Recap of fixed-point progress from Chris (#421)
- Griffin; Finding a new meeting time
- Welcoming & onboarding Andrii
- A real fixed point library and numeric system
- The current library isn't that good and well tested
- The FP operators are the same as the bitnum ones. No reason to keep them separate.
- Only if there's time: brief overview of modules thoughts (#419).
- welcome YoungSeok (?)
- Interpreter updates
- TVM
- go / done interface
- Interpreter design discussion.
- [Adrian] ADA demo.
- Exponentiation?
- Public-facing website update?
- Merging #292.
- Relay status and Dahlia frontend issues (if any)
- State of demo website.
- For the future, maybe: setting up a "marketing" website, GitHub Discussions.
- 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.