HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ddelnano

no profile record

comments

ddelnano
·9 maanden geleden·discuss
Wouldn't the Nsight Systems suite provide coverage here? Are the tricky cases difficult to debug with the standard CUDA tooling stack?
ddelnano
·9 maanden geleden·discuss
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 maanden geleden·discuss
What kind of NCCL testing are you thinking about? Always curious what’s hardest to validate in people’s setups.