HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ddelnano

no profile record

コメント

ddelnano
·9 か月前·議論
Wouldn't the Nsight Systems suite provide coverage here? Are the tricky cases difficult to debug with the standard CUDA tooling stack?
ddelnano
·9 か月前·議論
Does anyone know how their KV cache sync mechanism compares to newer P2P communication layers like nixl, uccl p2p, etc.?

The authors mention that NCCL and Ray initialization were too slow (see quote below), but from the description it sounds like they’ve reimplemented a layer that’s increasingly being standardized by frameworks like nixl and uccl.

> Distributed executor: Inference engines support model parallelism via distributed executors (e.g., Ray [32] and NCCL [9]), whose initialization takes tens of seconds.
ddelnano
·9 か月前·議論
What kind of NCCL testing are you thinking about? Always curious what’s hardest to validate in people’s setups.