awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesGPU Command Interceptors

Wrappers for graphics API calls that measure execution time and throughput by intercepting hardware driver commands.

Distinct from GPU Kernel Implementations: Distinct from GPU kernel implementations: focuses on monitoring and wrapping existing commands rather than implementing new kernels.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · GPU Command Interceptors. Refine with filters or upvote what's useful.

Awesome GPU Command Interceptors GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • plasma-umass/scaleneAvatar de plasma-umass

    plasma-umass/scalene

    13,449Ver en GitHub↗

    Scalene is a high-performance diagnostic utility designed to measure resource consumption during the execution of Python applications. It functions as a line-level monitor, providing granular insights that pinpoint the specific source code responsible for performance overhead. The tool distinguishes itself through statistical profiling that captures stack traces and resource usage without requiring manual instrumentation of the source code. It tracks CPU, GPU, and memory consumption by intercepting library-level calls and hardware driver commands, allowing for the analysis of both managed and

    Wraps graphics API calls to measure execution time and memory throughput by intercepting commands sent to the hardware driver.

    Pythoncpucpu-profilinggpu
    Ver en GitHub↗13,449
  • eunomia-bpf/bpf-developer-tutorialAvatar de eunomia-bpf

    eunomia-bpf/bpf-developer-tutorial

    4,145Ver en GitHub↗

    Este proyecto es un recurso educativo que proporciona un tutorial de desarrollo integral para escribir y cargar programas eBPF utilizando C, Go y Rust dentro del kernel de Linux. Sirve como una guía técnica para desarrollar lógica personalizada para ejecutar directamente en el kernel. Los materiales cubren dominios especializados incluyendo observabilidad y rastreo del kernel, implementación de seguridad para detección de intrusiones e ingeniería de red de alto rendimiento para filtrado de paquetes y balanceo de carga. También incluye manuales dedicados para el rastreo del kernel de Linux y el uso de kprobes, uprobes y tracepoints. El proyecto abarca una amplia gama de áreas de capacidad, como instrumentación del kernel, monitoreo y observabilidad del sistema, análisis de red y aplicación de seguridad. Además, se extiende a la depuración a nivel de hardware para GPUs y controladores, así como a la manipulación de sistemas de bajo nivel y gestión de recursos.

    Provides techniques for measuring latency between GPU command submission and execution.

    Cbpfebpfexamples
    Ver en GitHub↗4,145
  1. Home
  2. Artificial Intelligence & ML
  3. GPU Kernel Implementations
  4. GPU Command Interceptors

Explorar subetiquetas

  • Command Pipeline AnalysisMeasuring latency and scheduling delays between GPU command submission and hardware execution. **Distinct from GPU Command Interceptors:** Analyzes the timing and latency of the pipeline, while interceptors focus on capturing parameters and throughput.