hpc 教程,包含集合通信(mpi、nccl)、cuda 编程、向量化 SIMD、RDMA 通信等
how to optimize some algorithm in cuda.
RTP-LLM: Alibaba's high-performance LLM inference engine for diverse applications.
RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step