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

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

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

1 个仓库

Awesome GitHub RepositoriesNeural Network Layer Fusers

Techniques that merge multiple neural network layers into single GPU device functions to eliminate memory bottlenecks.

Distinct from Fused GPU Kernel Composition: Distinct from Fused GPU Kernel Composition: specifically targets neural network layer fusion rather than general operation composition.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Neural Network Layer Fusers. Refine with filters or upvote what's useful.

Awesome Neural Network Layer Fusers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nvlabs/tiny-cuda-nnNVlabs 的头像

    NVlabs/tiny-cuda-nn

    4,418在 GitHub 上查看↗

    This project is a high-performance C++ and CUDA neural network library designed for fast training and inference of small networks on NVIDIA GPUs. It serves as a specialized backend for neural radiance fields and coordinate-based networks, providing a fused GPU kernel library and a hash grid encoder for transforming raw input dimensions into high-dimensional representations. The library distinguishes itself through the use of C++ template metaprogramming and fused-kernel execution, which merge neural network layers into single GPU device functions to eliminate memory bottlenecks. It leverages

    Implements fused GPU kernels that merge neural network layers into single device functions for reduced memory traffic.

    C++cudadeep-learninggpu
    在 GitHub 上查看↗4,418
  1. Home
  2. Artificial Intelligence & ML
  3. GPU Kernel Implementations
  4. Kernel Composition Frameworks
  5. Fused GPU Kernel Composition
  6. Neural Network Layer Fusers