awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tensor-compiler/tacotensor-compiler 的头像

    tensor-compiler/taco

    1,360在 GitHub 上查看↗

    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
    在 GitHub 上查看↗1,360
  1. Home
  2. Software Engineering & Architecture
  3. Concurrency Control
  4. Kernel Synchronization Primitives
  5. Parallel Kernel Generators