mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 06:07:17 -05:00
[GH-ISSUE #723] initial ai acceleration thoughts (discussion) #5520
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @18jeffreyma on GitHub (Feb 23, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/723
Originally assigned to: @profvjreddi on GitHub.
- [ ] I’ll brainstorm, but I think maybe this should be rewritten as a first statement of a section.
- [ ] Software here would be models of interest, hardware would be specialized compute units or HBM sizes etc or sparse matmul cores etc.
- [ ] I think many of the sections feel like surface level themes that also were echoed in previous sections: I think a case study here has a huge chance to shine (and the opportunities and challenges can then be explained in terms of a case study)
- [ ]
- [ ] Should include Triton/Neuron Kernel Interface (tile based GPU mapping)
- [ ] Not sure if XLA/PJRT belongs here as well
- [ ] We should either answer this in a previous section or answer it in this acceleration section.
@18jeffreyma commented on GitHub (Feb 23, 2025):
@profvjreddi what are your thoughts on the last point (let's discuss in thread)? I realize from other passes on other chapters we're missing a section that clearly explains the parallelism inherent in alot of machine learning (and the answer to why we can even think about acceleration later)
@18jeffreyma commented on GitHub (Mar 6, 2025):
latest (the revised chapter is incredible, almost no major notes)
@RadhikaG commented on GitHub (Mar 17, 2025):
@profvjreddi commented on GitHub (Mar 17, 2025):
Fixed @RadhikaG feedback in
78aa69e4b0