{"categories":[{"label":"Graphics","url":"https://skillfed.io/packages/category/multimedia-graphics/2"}],"enrichment":{"capability":"Detects and enumerates available graphics devices (GPUs) on a system using EGL, reporting which devices are available for rendering and their CUDA mappings.","skillfed_tags":["gpu-detection","egl","hardware-probe"],"use_cases":["Verify which GPUs are available on a multi-GPU system before running compute workloads.","Map EGL device indices to CUDA device IDs for systems where GPU numbering differs between APIs.","Diagnose GPU driver or EGL library installation issues by checking device availability.","Automate GPU discovery in deployment scripts or container initialization routines."],"what_it_does":"egl_probe is a lightweight utility that probes your system's graphics hardware using the EGL (OpenGL ES) interface to discover which GPU devices are available for rendering. It reports device indices and maps them to their corresponding CUDA IDs, making it useful for systems with multiple GPUs where you need to know which devices are accessible and how they correspond to CUDA numbering.\n\nThe package is a thin wrapper around EGL device enumeration, designed to run as a command-line tool or be imported as a module. It has no Python runtime dependencies, but requires that EGL libraries and GPU drivers be installed on the system beforehand. The project has been dormant since its initial release in 2021, with no recent maintenance or updates.","worth_installing":"Yes, if you need GPU device discovery on a system with EGL support and are willing to manage system-level dependencies yourself. No, if your system lacks EGL libraries or GPU drivers, or if you need active maintenance and support\u2014the project is dormant and its license status is unclear. Verify license compliance and EGL availability before committing to it."},"id":"egl-probe","links":{"html":"https://skillfed.io/packages/egl-probe","md":"https://skillfed.io/packages/egl-probe.md","pypi":"https://pypi.org/project/egl-probe/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2021-07-16","license_spdx":null,"license_treatment":"unclear","name":"egl-probe","python_support":"unspecified","summary":null},"popularity":{"monthly_downloads":119227,"position":12080,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.2"}
