awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesBackend Execution Comparison

Traces data flow across different hardware backends to isolate kernels producing incorrect numerical outputs.

Distinct from Kernel Dispatchers: Focuses on comparing outputs across backends for correctness, unlike kernel dispatchers which manage task submission.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Backend Execution Comparison. Refine with filters or upvote what's useful.

Awesome Backend Execution Comparison GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • iree-org/ireeAvatar de iree-org

    iree-org/iree

    3,819Voir sur 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

    Traces tensor flow and compares logs across backends to identify specific kernels causing incorrect output.

    C++compilercudajax
    Voir sur GitHub↗3,819
  1. Home
  2. Artificial Intelligence & ML
  3. GPU Kernel Implementations
  4. Backend Execution Comparison