awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

1 Repo

Awesome GitHub RepositoriesParallel Kernel Generators

Injects synchronization primitives into generated machine code to enable parallel execution across processor cores.

Distinct from Kernel Synchronization Primitives: Distinct from Kernel Synchronization Primitives: focuses on generating parallel kernels for tensor operations rather than low-level OS locking mechanisms.

Explore 1 awesome GitHub repository matching software engineering & architecture · Parallel Kernel Generators. Refine with filters or upvote what's useful.

Awesome Parallel Kernel Generators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tensor-compiler/tacoAvatar von tensor-compiler

    tensor-compiler/taco

    1,360Auf GitHub ansehen↗

    Taco is a sparse tensor algebra compiler that translates high-level tensor index expressions into optimized machine code. It functions as a numerical code generator, producing specialized C kernels designed to execute complex multidimensional array operations efficiently on both CPU and GPU hardware. The project distinguishes itself by allowing users to define custom tensor storage layouts by composing dimension-level formats, such as dense or compressed structures, to match the specific sparsity patterns of their datasets. By analyzing the mathematical structure of tensor operations at compi

    Distributes tensor computations across multiple processor cores or graphics hardware by injecting synchronization primitives into the generated machine code.

    C++code-generatorlibrarylinear-algebra
    Auf GitHub ansehen↗1,360
  1. Home
  2. Software Engineering & Architecture
  3. Concurrency Control
  4. Kernel Synchronization Primitives
  5. Parallel Kernel Generators