awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesVirtual Memory Mappers

Systems for managing unified address spaces across heterogeneous hardware.

Distinguishing note: Focuses on memory mapping for heterogeneous systems.

Explore 1 awesome GitHub repository matching devops & infrastructure · Virtual Memory Mappers. Refine with filters or upvote what's useful.

Awesome Virtual Memory Mappers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tinygrad/tinygradAvatar von tinygrad

    tinygrad/tinygrad

    33,147Auf GitHub ansehen↗

    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

    Manages device memory through a single address space to facilitate efficient data sharing across heterogeneous hardware.

    Python
    Auf GitHub ansehen↗33,147
  1. Home
  2. DevOps & Infrastructure
  3. Virtual Memory Mappers