|
You are here |
www.foonathan.net | ||
| | | | |
danielmangum.com
|
|
| | | | | We started this series with a look at operators and kernels, the "instructions" used by models and the implementation of those instructions on the available hardware. We then explored the computation graph, which defines the sequence of operators for a given model, and explored how different model formats opt to include the explicit computation graph in the distributed file, or defer it to the inference application. With tflite-micro and the . | |
| | | | |
coredumped.dev
|
|
| | | | | Back in 2019, Nick Fitzgerald published always bump downwards, an article making the case that for bump allocators, bumping "down" (towards lower addresses) is better than bumping up. The biggest reasons for this are bumping up requires 3 branches vs 2 for bumping down and rounding down requires fewer instructions than rounding up. This became the method used for the popular bumpalo crate. In this post, I want to go back and revisit that analysis. | |
| | | | |
thenumb.at
|
|
| | | | | ||
| | | | |
akashgoswami.dev
|
|
| | | A quick intro to the Go programming language, its advantages, what its main uses are, how it's used in companies like Monzo and how you can get started with writing your own Go programs. | ||