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
·

2 repository-uri

Awesome GitHub RepositoriesWorkgroup-Based Parallel Execution

Parallel execution models that dispatch groups of compute invocations coordinated via memory barriers.

Distinct from High-Performance and Parallel Computing: Specifically targets GPU workgroup dispatch and synchronization, distinct from MPI-based distributed processes or general CPU task executors.

Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Workgroup-Based Parallel Execution. Refine with filters or upvote what's useful.

Awesome Workgroup-Based Parallel Execution GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • gpuweb/gpuwebAvatar gpuweb

    gpuweb/gpuweb

    5,414Vezi pe GitHub↗

    This project provides a comprehensive toolset for WebGPU, serving as a graphics API wrapper, compute shader framework, resource manager, and shader toolchain. It enables browser-based GPU acceleration by offloading memory-intensive tasks and data processing from the CPU to the GPU. The framework manages the full lifecycle of GPU operations, from requesting physical hardware adapters and initializing logical devices to configuring programmable render and compute pipelines. It specifically supports the coordination of parallel workgroups and collective subgroup operations for general-purpose co

    Dispatches groups of shader invocations to perform general-purpose computations and coordinate via memory barriers.

    Bikeshedgpgpu-computinggpuw3c
    Vezi pe GitHub↗5,414
  • iree-org/ireeAvatar iree-org

    iree-org/iree

    3,819Vezi pe GitHub↗

    IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various frameworks into optimized binaries for execution across diverse hardware targets. It provides a unified pipeline to ingest models from PyTorch, TensorFlow, JAX, and ONNX, lowering them into a common intermediate representation for deployment on CPUs, GPUs, and bare-metal embedded systems. The project distinguishes itself through a bytecode virtual machine and a hardware abstraction layer that decouple high-level model logic from specific hardware instruction sets. It supports sophis

    Distributes computations across multi-dimensional grids using workgroup-based parallel execution models.

    C++compilercudajax
    Vezi pe GitHub↗3,819
  1. Home
  2. Scientific & Mathematical Computing
  3. Workgroup-Based Parallel Execution