awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • maderix/aneAvatar de maderix

    maderix/ANE

    6,876Voir sur 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
    Voir sur GitHub↗6,876
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Module Compilation
  4. Custom Kernel Compilation
  5. Neural Engine Kernel Compilations