awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesOptimizer Performance Optimizations

Techniques to reduce communication overhead and memory bottlenecks specifically within gradient-based optimizers.

Distinguishing note: Focuses on optimizer-specific performance (fused/distributed) rather than general software performance optimization

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Optimizer Performance Optimizations. Refine with filters or upvote what's useful.

Awesome Optimizer Performance Optimizations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nvidia/apexNVIDIA 的头像

    NVIDIA/apex

    8,972在 GitHub 上查看↗

    Apex is a high-performance toolkit for PyTorch designed to coordinate distributed training, execute fused GPU kernels, manage mixed precision, and implement optimized distributed optimizers. It provides specialized tools for scaling model training across multiple GPUs and nodes to increase processing speed and throughput. The library features high-performance implementations of Adam and LAMB optimizers to reduce synchronization overhead and memory bottlenecks. It utilizes fused CUDA kernels to combine neural network operations, reducing memory overhead and increasing execution speed. The too

    Reduces synchronization overhead and memory bottlenecks using fused and distributed versions of Adam and LAMB.

    Python
    在 GitHub 上查看↗8,972
  1. Home
  2. Artificial Intelligence & ML
  3. Optimizer Performance Optimizations