I must be old because first thing I thought reading AlphaChip was why is deepmind talking about chips in DEC Alpha :-) https://en.wikipedia.org/wiki/DEC_Alpha .
How AlphaChip transformed computer chip design
21–30 of 215 posts
Re: How AlphaChip transformed computer chip design
#22Re: How AlphaChip transformed computer chip design
#23Earlier quoted context omitted.
Floorplanning algorithms and solvers already exist https://limsk.ece.gatech.edu/course/ece6133/slides/floorplan...
The original paper from DeepMind evaluates what they are now calling AlphaChip versus existing optimizers, including simulated annealing. They conclude that AlphaChip outperforms them with much less compute and real time. https://www.cl.cam.ac.uk/~ey204/teaching/ACS/R244_2021_2022/...
Re: How AlphaChip transformed computer chip design
#24Re: How AlphaChip transformed computer chip design
#25Looks like this is only about placement. I wonder if it can be applied to routing?
Also: when is this coming to KiCad? :)
PS: It would also be nice to apply a similar algorithm to graph drawing (e.g. trying to optimize for human readability instead of electrical performance).
Re: How AlphaChip transformed computer chip design
#26I understand the achievement, but can't square it with my belief that uniform systolic arrays will prove to be the best general purpose compute engine for neural networks. Those are almost trivial to route, by nature.
I think the next step is arrays of memory-based compute.
Re: How AlphaChip transformed computer chip design
#27Re: How AlphaChip transformed computer chip design
#28Re: How AlphaChip transformed computer chip design
#29Earlier quoted context omitted.
The original paper from DeepMind evaluates what they are now calling AlphaChip versus existing optimizers, including simulated annealing. They conclude that AlphaChip outperforms them with much less compute and real time. https://www.cl.cam.ac.uk/~ey204/teaching/ACS/R244_2021_2022/...
Randomized algorithms strike again!