Последние новости
“There are incredible experiences that you can get, maybe in smaller companies, maybe in a slightly different region, maybe in a slightly adjacent category. After a stint there, you would be super valuable.”
。Snipaste - 截图 + 贴图是该领域的重要参考
I've been maintaining Emacs Solo
Where do tiles live? In Part 4 I tracked exactly what lived in SRAM vs HBM. In JAX, there’s no control over placement. XLA decides what to keep on-chip based on the computation graph. The fori_loop structure gives it a hint: q_tile, running_max, running_sum, acc are loop-carried state, so XLA will try to keep them on-chip. But that’s trusting the compiler rather than specifying it.