3 个仓库
Low-level memory movement patterns that overlap data transfers with computation using double buffering.
Distinct from Asynchronous Buffer Retrievers: Candidates focus on network requests or function composition, not hardware-level memory pipelining
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Asynchronous Data Pipelining. Refine with filters or upvote what's useful.
LeetCUDA is a collection of high-performance GPU kernel libraries focusing on memory optimization, activation functions, and attention mechanisms. It serves as a reference library for CUDA kernel implementations, ranging from basic element-wise operations to complex neural network components, and provides Python bindings to integrate these kernels into deep learning workflows. The project is distinguished by its focus on low-level hardware optimizations. This includes the use of tensor cores for half-precision matrix multiplication, asynchronous data pipelining with double buffering, and shar
Implements asynchronous data pipelining to overlap global memory loads with computation using double buffering.
SignalR is a .NET real-time web framework designed to push content from a server to connected browser and non-browser clients. It provides a server-to-client push framework and a remote procedure call system that enables bidirectional communication over persistent connections. The library utilizes WebSockets to establish full-duplex connections and includes a transport-layer abstraction to manage different network protocols. It employs client-side connection negotiation to determine the best available communication protocol during the initial handshake. The system manages persistent connecti
Implements an asynchronous push pipeline to stream data to connected clients without requiring manual polling.
该项目是一个全面的教育资源和课程,专注于完整机器学习软件和硬件栈的设计与实现。它作为架构机器学习系统的技术参考,涵盖从低级编程接口到大规模部署基础设施的各个方面。 该项目提供关于多个专业领域的教学指导,包括通过中间表示和图优化开发 AI 编译器。它涵盖了跨 GPU 集群进行分布式训练所需的架构模式,以及为优化专用芯片上的工作负载而进行的硬件加速器编程。 该资源还详细介绍了生产环境的模型服务框架实现以及强化学习流水线的构建。其范围扩展到 ML 系统的核心组件,例如自动微分、张量抽象和 GPU 资源的编排。
Provides instructional guidance on overlapping data transfers with computation using double buffering for high-performance ML feeds.