Cerebras addresses this in a blog post: https://www.cerebras.ai/blog/100x-defect-tolerance-how-cereb...
Basically they use very small cores compared to competitors, so faults only affect small areas.
HN user
Cerebras addresses this in a blog post: https://www.cerebras.ai/blog/100x-defect-tolerance-how-cereb...
Basically they use very small cores compared to competitors, so faults only affect small areas.
Implementing a hobby HDL for designing circuits in Wireworld and other Cellular Automata. The eventual goal is to create a larger Wireworld computer than the original (https://www.quinapalus.com/wi-index.html). If this project actually ends up working, I may attempt to optimise some large Conway's Game of Life designs. Currently I'm at the stage of rewriting the language's solver.
WIP language spec: https://gist.github.com/Heathcorp/13fcd206fdc38ca6ce001f32ef...
Writing the compiler/solver in Rust with no AI assistance because this is a learning project.