awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesModel Execution Benchmarks

Tools for measuring the execution speed and resource utilization of neural network operations.

Distinct from Performance Benchmarks: Distinct from general performance benchmarks: focuses specifically on the computational efficiency of neural network operators and model execution.

Explore 6 awesome GitHub repositories matching development tools & productivity · Model Execution Benchmarks. Refine with filters or upvote what's useful.

Awesome Model Execution Benchmarks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • facebookresearch/xformersالصورة الرمزية لـ facebookresearch

    facebookresearch/xformers

    10,506عرض على GitHub↗

    xformers is a collection of specialized toolsets for fused GPU operators, sparse attention mechanisms, modular transformer components, and performance benchmarking. It provides a library of optimized and interoperable building blocks used to construct and experiment with transformer architectures. The project features a fused CUDA operator library that combines common layers into single GPU operations to increase throughput. It includes a sparse attention framework and memory-efficient attention kernels that utilize tiling strategies and structured sparsity patterns to reduce computational ov

    Includes a framework for benchmarking the execution speed and memory consumption of individual model blocks.

    Python
    عرض على GitHub↗10,506
  • google/flaxالصورة الرمزية لـ google

    google/flax

    7,238عرض على GitHub↗

    Flax is a deep learning framework and JAX neural network library designed for building complex machine learning models. It functions as a distributed training library and model state manager, providing a toolkit for defining flexible neural network architectures and scaling their training across multiple hardware devices. The project is characterized by a design that separates network logic from parameter values to remain compatible with pure functions. It uses hierarchical module composition to organize networks as trees of nested modules and employs a reference-based state management system

    Ships tools to measure the execution speed and resource utilization of specific neural network operations.

    Jupyter Notebook
    عرض على GitHub↗7,238
  • microsoft/deepspeedexamplesالصورة الرمزية لـ microsoft

    microsoft/DeepSpeedExamples

    6,822عرض على GitHub↗

    DeepSpeedExamples is a collection of reference implementations for training and deploying large scale AI models using the DeepSpeed optimization library. It provides Python code examples for training massive models across multiple GPUs through distributed optimization techniques. The repository includes optimized patterns for deploying and running large language model predictions in production environments. It also serves as a guide for model compression to reduce memory footprints and as a source for performance benchmarks to measure execution speed and resource utilization. The project cov

    Provides reference scripts to measure the execution speed and resource utilization of neural network model workloads.

    Python
    عرض على GitHub↗6,822
  • deepspeedai/deepspeedexamplesالصورة الرمزية لـ deepspeedai

    deepspeedai/DeepSpeedExamples

    6,822عرض على GitHub↗

    DeepSpeedExamples is a collection of reference implementations and scripts for training, fine-tuning, and executing inference on large-scale AI models using DeepSpeed optimization. It provides a distributed model training guide and practical workflows for adapting large language models through memory-efficient techniques. The repository includes specialized implementations for pipeline parallelism to handle models exceeding single GPU memory and a suite of examples for ZeRO memory optimization to reduce per-device overhead. It also features standardized test suites for benchmarking the throug

    Provides tools for benchmarking the computational efficiency and hardware utilization of model execution.

    Python
    عرض على GitHub↗6,822
  • google-deepmind/learning-to-learnالصورة الرمزية لـ google-deepmind

    google-deepmind/learning-to-learn

    4,068عرض على GitHub↗

    This project is a TensorFlow meta-learning framework and research toolkit designed to implement and train learned optimizers. It provides a library of tools for developing neural networks that learn how to optimize other models, replacing traditional gradient-based optimization algorithms. The framework includes a problem ensemble manager that allows multiple distinct optimization tasks to be combined into a single weighted loss function for simultaneous training. It uses a factory pattern for network instantiation and supports the definition of custom objective functions and loss graphs as t

    Evaluates the execution cost and performance of optimization algorithms across diverse mathematical problem sets.

    Pythonartificial-intelligencedeep-learningmachine-learning
    عرض على GitHub↗4,068
  • iree-org/ireeالصورة الرمزية لـ iree-org

    iree-org/iree

    3,819عرض على 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

    Measures the performance of compiled modules by running them through the full runtime or as standalone binaries.

    C++compilercudajax
    عرض على GitHub↗3,819
  1. Home
  2. Development Tools & Productivity
  3. Performance Optimization Tools
  4. Performance Benchmarks
  5. Model Execution Benchmarks