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 RepositoriesProgram Renderers

Utilities for formatting linearized operations into target-specific program strings.

Distinguishing note: Focuses on the final rendering phase of program generation.

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

Awesome Program Renderers 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.
  • tinygrad/tinygradAvatar de tinygrad

    tinygrad/tinygrad

    33,147Voir sur GitHub↗

    Tinygrad is a deep learning framework and tensor computation engine designed for building and training neural networks. It functions as a hardware abstraction layer that manages device memory, command queues, and kernel dispatching across heterogeneous computing architectures. By utilizing a lazy-evaluation approach, the framework constructs computational graphs that defer execution until data is explicitly required, allowing it to process only the necessary operations for a given result. The project distinguishes itself through a just-in-time compilation layer that transforms abstract comput

    Transforms a linearized list of operations into a final program string formatted for a specific target device.

    Python
    Voir sur GitHub↗33,147
  1. Home
  2. Artificial Intelligence & ML
  3. Program Renderers