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

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

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

1 个仓库

Awesome GitHub RepositoriesNeural Engine Kernel Compilations

Compiles custom compute graphs into ANE-specific binary kernels using private compiler services without Apple’s public Core ML toolchain.

Distinct from Custom Kernel Compilation: Distinct from Custom Kernel Compilation: targets Apple Neural Engine hardware kernels rather than general OS kernel compilation.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Neural Engine Kernel Compilations. Refine with filters or upvote what's useful.

Awesome Neural Engine Kernel Compilations GitHub Repositories

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

    maderix/ANE

    6,876在 GitHub 上查看↗

    ANE is an open-source framework for training neural networks directly on Apple's Neural Engine hardware, bypassing Apple's public Core ML toolchain through reverse-engineered private APIs. It provides low-level control over the ANE, enabling developers to compile custom compute graphs into binary kernels, partition transformer model layers into hardware-compatible subgraphs, and share GPU-allocated memory with the Neural Engine via zero-copy IOSurface buffers. The framework distinguishes itself by offering direct access to hardware performance counters and power telemetry for benchmarking thr

    Compiles custom compute graphs into ANE-specific binary kernels using reverse-engineered private compiler services.

    Objective-C
    在 GitHub 上查看↗6,876
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Module Compilation
  4. Custom Kernel Compilation
  5. Neural Engine Kernel Compilations