awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesHardware-Threaded Loop Distribution

Distributes high-level simulation loop iterations across physical hardware threads to maximize GPU/CPU throughput.

Distinct from Parallel Iterators: Focuses on the mapping of simulation loops to hardware threads, whereas Parallel Iterators are general data-structure abstractions.

Explore 3 awesome GitHub repositories matching data & databases · Hardware-Threaded Loop Distribution. Refine with filters or upvote what's useful.

Awesome Hardware-Threaded Loop Distribution GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • genesis-embodied-ai/genesis-worldAvatar Genesis-Embodied-AI

    Genesis-Embodied-AI/genesis-world

    29,351Vezi pe GitHub↗

    Genesis World is an embodied AI simulation platform designed for training robotic agents through physics-based interactions. It centers on a multi-physics simulation engine that integrates rigid body, particle, and finite element method dynamics, supported by a parallel simulation kernel compiler that translates Python functions into optimized GPU and CPU kernels. The platform features a photorealistic robot renderer that utilizes path-tracing and Gaussian Splatting to generate synthetic training data. It includes a domain randomization framework to vary lighting and physical parameters acros

    Accelerates data-parallel computations by distributing top-level simulation loop iterations across hardware threads.

    Python
    Vezi pe GitHub↗29,351
  • exaloop/codonAvatar exaloop

    exaloop/codon

    16,803Vezi pe GitHub↗

    Codon is an LLVM-based Python compiler and statically typed implementation that translates source code into optimized machine instructions. It functions as a high-performance numerical backend and a GPU computing framework designed to remove runtime overhead. The project implements a compiled alternative to NumPy, translating array logic directly into machine code. It differentiates itself by generating specialized hardware kernels for graphics processors and utilizing static type inference to enable aggressive machine-code optimization. The system provides capabilities for parallel workload

    Distributes loop iterations across physical hardware threads to maximize CPU throughput.

    Python
    Vezi pe GitHub↗16,803
  • arrayfire/arrayfireAvatar arrayfire

    arrayfire/arrayfire

    4,888Vezi pe GitHub↗

    ArrayFire este un framework de calcul hardware-agnostic și un motor de tensori compilat JIT, conceput pentru calcul numeric de înaltă performanță. Acesta servește ca bibliotecă de calcul numeric GPU și toolkit de procesare paralelă a semnalelor care abstractizează backend-urile hardware, permițând aceluiași cod să ruleze pe diverse arhitecturi GPU și CPU. Proiectul se distinge printr-un motor JIT care utilizează compilarea expresiilor pentru a fuziona operațiunile și a minimiza consumul de memorie. Acesta folosește un graf de execuție amânată pentru a optimiza lanțurile de calcul și oferă primitive de interoperabilitate pentru a partaja date și contexte de execuție cu platforme de calcul externe precum CUDA și OpenCL. Biblioteca acoperă o gamă largă de capabilități, inclusiv algebră liniară paralelă, procesarea digitală a semnalelor și viziune computerizată accelerată. Oferă instrumente pentru implementarea învățării automate, simularea modelării financiare și rezolvarea ecuațiilor diferențiale parțiale pentru simulări de sisteme fizice. Sistemul său de gestionare a tensorilor se ocupă de alocarea array-urilor multidimensionale, felierea (slicing) și transferurile de date gazdă-dispozitiv.

    Distributes high-level loop iterations across physical hardware threads to maximize GPU and CPU throughput.

    C++arrayfirecc-plus-plus
    Vezi pe GitHub↗4,888
  1. Home
  2. Data & Databases
  3. Parallel Data Transformation
  4. Parallel Iterators
  5. Hardware-Threaded Loop Distribution