HackerTrans
TopNewTrendsCommentsPastAskShowJobs

venkat_2811

no profile record

Submissions

[untitled]

1 points·by venkat_2811·mese scorso·0 comments

[untitled]

1 points·by venkat_2811·mese scorso·0 comments

ns scale ultra-low-latency fabric over shm and MMAP for IPC

crates.io
2 points·by venkat_2811·2 mesi fa·0 comments

Show HN: Nvidia's CUDA libraries are generic and not optimized for LLM inference

github.com
1 points·by venkat_2811·6 mesi fa·1 comments

I Beat Nvidia NCCL by 2.4x

venkat-systems.bearblog.dev
2 points·by venkat_2811·6 mesi fa·2 comments

comments

venkat_2811
·4 mesi fa·discuss
ai agents failing silently or just lying is a big problem

Steadwing and openalerts save a lot of headache for sure !

congrats on the launch !
venkat_2811
·6 mesi fa·discuss
With so much improvements in LLM Inference Kernels, Inter-GPU comms are becoming the bottleneck. Introducing my project YALI - Yet Another Low-Latency Implementation.

A custom CUDA kernel library that provides ultra low-latency primitives for inter-gpu comms collectives. Achieves 80-85% Speed-of-Light SW efficiency on p2p all_reduce_sum over NVLINK on 2xA100 GPUs.

It outperforms NVIDIA NCCL by 2.4x and over 50x stable tail latency.

https://venkat-systems.bearblog.dev/yali-vs-nvidia-nccl/
venkat_2811
·6 mesi fa·discuss
Wisdom from CPU land translate well to GPUs. Static Scheduling, Pre-fetching, 3-Stage Double-Buffering, Pre-allocation & memory ordering in custom CUDA kernel helps outperform NVIDIA NCCL. Experimental integration in vllm.rs shows ~20% prefill and ~10% decode latency improvements (TTFT & TPOT)
venkat_2811
·6 mesi fa·discuss
100% OSS, MIT License. YALI - Yet Another Low-Latency Implementation. Achieves 80-85% Speed-of-Light SW efficiency by using ultra low-latency primitives for p2p all_reduce_sum comms collective. Very important operation in multi-gpu llm training and inference