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 RepositoriesOperator-to-Source Tracebacks

Links each runtime-executed operator back to the exact line of Python source code that produced it for hotspot identification.

Distinct from Source Code Linking: Distinct from Source Code Linking: focuses on mapping runtime operator execution to source lines, not static documentation-to-git hyperlinks.

Explore 1 awesome GitHub repository matching development tools & productivity · Operator-to-Source Tracebacks. Refine with filters or upvote what's useful.

Awesome Operator-to-Source Tracebacks 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.
  • pytorch/executorchAvatar de pytorch

    pytorch/executorch

    4,296Voir sur GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    ExecuTorch links each runtime-executed operator back to the exact line of Python code that produced it, enabling hotspot identification.

    Pythondeep-learningembeddedgpu
    Voir sur GitHub↗4,296
  1. Home
  2. Development Tools & Productivity
  3. Source Code Linking
  4. Operator-to-Source Tracebacks