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
·
intel avatar

intel/compute-runtime

0
View on GitHub↗
1,408 stars·284 forks·C++·MIT·0 vues

Compute Runtime

The compute runtime is a software layer that provides unified interfaces for parallel processing, kernel execution, and hardware-specific driver communication. It functions as a driver for OpenCL and OneAPI Level Zero, enabling the execution of data-intensive workloads across diverse graphics hardware architectures.

The project distinguishes itself by maintaining consistent performance and compatibility across multiple generations of graphics hardware. It achieves this through a hardware abstraction layer that bridges high-level compute instructions with specific silicon capabilities, alongside a just-in-time compiler that translates code into device-specific machine instructions at runtime.

The runtime manages the full lifecycle of parallel tasks, including command buffer submission, virtual memory allocation, and the mapping of device-specific memory heaps. It also provides integrated performance telemetry and instrumentation, allowing for the collection of hardware metrics to identify bottlenecks in kernel execution and resource utilization.

The software abstracts operating system interactions to provide a consistent interface for driver management and hardware communication. It supports cross-platform compatibility and includes specialized mechanisms to maintain functionality for legacy graphics hardware.

Features

  • GPU Compute Frameworks - Provides a software layer that translates high-level compute instructions into hardware-specific operations for efficient task offloading and memory management.
  • OpenCL Accelerators - Provides a runtime driver that enables OpenCL and Level Zero compute execution on graphics hardware.
  • GPU Memory Allocators - Allocates, maps, and tracks the residency of graphics memory across virtual address spaces and device heaps to ensure efficient data access.
  • Graphics Compute Runtimes - Implements a unified interface for executing data-intensive parallel workloads across diverse graphics hardware generations.
  • Hardware Abstraction Layers - Bridges high-level compute APIs with diverse graphics hardware generations to ensure consistent performance across varying underlying silicon capabilities.
  • GPU-Accelerated Processing - Offloads complex mathematical and data-heavy tasks to graphics processors to reduce execution time and improve overall system throughput.
  • Hardware Command Execution - Encodes and flushes command buffers to the graphics processor while managing synchronization and task completion tracking to ensure reliable execution.
  • Command Buffer Management - Encodes and flushes serialized instruction streams to the graphics processor while managing synchronization primitives for reliable task execution.
  • Hardware Abstraction Layers - Ensures consistent compute performance across various generations of graphics architectures by providing a unified interface that bridges software commands with diverse hardware capabilities.
  • Graphics Drivers - Maintains consistent software compatibility and performance across diverse generations of graphics hardware through a unified driver interface.
  • Hardware-Level Performance Tuning - Builds and runs low-level compute applications that interact directly with graphics hardware for maximum performance and hardware control.
  • Virtual Memory Management - Allocates and maps device-specific memory heaps into virtual address spaces to facilitate efficient data access during parallel processing workloads.
  • Hardware Kernel Compilation - Translates source code and intermediate representations into device-specific binaries using an integrated compiler interface to prepare instructions for execution.
  • High-Performance and Parallel Computing - Executes data-intensive parallel workloads on graphics hardware using standard industry interfaces to achieve high-performance computational results.
  • Compute Workload Engines - Offloads intensive parallel processing workloads to graphics hardware using standard compute interfaces to maximize performance and reduce execution time.
  • Just-in-Time Compilers - Translates intermediate code representations into device-specific machine instructions at runtime to optimize execution for the target graphics architecture.
  • GPU Workload Activity Profilers - Captures kernel execution, memory throughput, and queue utilization metrics to identify performance bottlenecks on graphics hardware.

Historique des stars

Graphique de l'historique des stars pour intel/compute-runtimeGraphique de l'historique des stars pour intel/compute-runtime

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Compute Runtime

Sélections manuelles où Compute Runtime apparaît.
  • GPU acceleration tools

Alternatives open source à Compute Runtime

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Compute Runtime.
  • 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

    C++compilercudajax
    Voir sur GitHub↗3,819
  • tinygo-org/tinygoAvatar de tinygo-org

    tinygo-org/tinygo

    17,529Voir sur GitHub↗

    TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to resource-constrained microcontrollers and WebAssembly environments. It provides a bare-metal runtime environment that enables high-level code execution without the need for a traditional operating system, utilizing an LLVM-based backend to generate efficient machine instructions. The project distinguishes itself through aggressive optimization techniques tailored for small hardware, including a static memory allocation strategy and whole-program dead code elimination that significantly re

    Goadafruitarduinoarm
    Voir sur GitHub↗17,529
  • s-matyukevich/raspberry-pi-osAvatar de s-matyukevich

    s-matyukevich/raspberry-pi-os

    13,854Voir sur GitHub↗

    This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level implementation of kernel engineering, focusing on the fundamental construction of an OS from the hardware level up. The system is distinguished by its comprehensive approach to ARM64 processor control, featuring a red-black tree task scheduler and a hierarchical page table system for virtual memory management. It implements a sophisticated privilege model that handles transitions between kernel and user modes, ensuring process isolation through address space splitting and exception level m

    Carmarmv8assembler
    Voir sur GitHub↗13,854
  • nvidia/isaac-gr00tAvatar de NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Voir sur GitHub↗
    Jupyter Notebook
    Voir sur GitHub↗6,222
Voir les 30 alternatives à Compute Runtime→

Questions fréquentes

Que fait intel/compute-runtime ?

The compute runtime is a software layer that provides unified interfaces for parallel processing, kernel execution, and hardware-specific driver communication. It functions as a driver for OpenCL and OneAPI Level Zero, enabling the execution of data-intensive workloads across diverse graphics hardware architectures.

Quelles sont les fonctionnalités principales de intel/compute-runtime ?

Les fonctionnalités principales de intel/compute-runtime sont : GPU Compute Frameworks, OpenCL Accelerators, GPU Memory Allocators, Graphics Compute Runtimes, Hardware Abstraction Layers, GPU-Accelerated Processing, Hardware Command Execution, Command Buffer Management.

Quelles sont les alternatives open-source à intel/compute-runtime ?

Les alternatives open-source à intel/compute-runtime incluent : iree-org/iree — IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various… tinygo-org/tinygo — TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to… s-matyukevich/raspberry-pi-os — This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level… nvidia/isaac-gr00t. gpujs/gpu.js — This library is a JavaScript framework for general-purpose computing on graphics processing units. It enables the… gfx-rs/gfx — gfx is a hardware-agnostic graphics API abstraction that translates a unified set of graphics and compute commands…