9 repositorios
Automatic identification of hardware features to configure software runtimes and resources.
Distinct from Runtime Hardware Configuration: Distinct from Runtime Hardware Configuration: focuses on the detection phase rather than the configuration of drivers.
Explore 9 awesome GitHub repositories matching development tools & productivity · Hardware Capability Detection. Refine with filters or upvote what's useful.
OpenBLAS is a high-performance implementation of the Basic Linear Algebra Subprograms standard designed for numerical computing and matrix operations. It serves as a hardware-accelerated numerical library and optimized math kernel library, providing a computational engine for large-scale matrix multiplication and vector operations. The library distinguishes itself through the use of hand-tuned assembly kernels and SIMD instruction mapping, such as AVX and SVE, to maximize floating-point performance on specific CPU architectures. It features a multi-threaded framework that manages parallel exe
Identifies processor models at startup to automatically configure the software runtime for the best available kernels.
OpCore-Simplify is an automated tool that generates a complete OpenCore EFI folder for Hackintosh builds. It scans the system hardware to identify supported devices and compatible macOS versions, then assembles a bootable EFI configuration by downloading the latest OpenCore bootloader and required kernel extensions from official sources. The tool differentiates itself by automating the entire EFI creation process, from hardware detection through patch application. It automatically selects and applies the correct ACPI hotfixes and kernel extensions based on the detected hardware and target mac
Scans system components and BIOS to identify hardware and generate a compatibility report for tailoring the EFI build.
This project is a cross-platform mobile device information library designed to retrieve hardware, software, and network specifications from iOS and Android devices. It serves as a tool for accessing unique device identifiers, hardware models, and processor architectures to distinguish individual mobile devices. The library provides specialized capabilities for mobile hardware identification and operating system metadata retrieval, including build numbers and API levels. It also functions as a system state monitor for real-time tracking of battery levels, charging status, and network connectiv
Automatically identifies hardware features, such as cameras or keyboards, to configure software resources.
OpenVR is a software development kit and runtime that provides a unified API for accessing virtual reality hardware from multiple manufacturers. It abstracts vendor-specific headsets, controllers, and tracking systems into a common interface, enabling applications to work across different VR devices without requiring hardware-specific code. The SDK handles core VR operations including stereoscopic frame submission to a compositor, headset and controller tracking, and input binding that maps abstract application actions to physical device controls. The runtime is built around a modular driver
Checks whether a VR headset or runtime is installed without fully starting the system.
This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide
Identifies supported locations, accelerator types, and runtime versions available for use.
DeviceKit es una librería de hardware para iOS que proporciona un reemplazo basado en tipos de valor para especificaciones de dispositivos y métricas de estado del sistema. Sirve como framework para detectar la identidad del dispositivo, capacidades de hardware, métricas de pantalla e indicadores de estado del sistema en tiempo real. La librería incluye herramientas para identificar modelos de dispositivos específicos, familias y estado del simulador para implementar optimizaciones específicas de hardware. También proporciona un detector de componentes físicos, como sensores biométricos y soporte para stylus, para activar o desactivar funciones de la interfaz. Las capacidades adicionales cubren el análisis de métricas de pantalla para dimensiones y densidades de píxeles, así como el monitoreo del sistema para niveles de batería, estado de carga, modos de energía y espacio en disco disponible.
Detects the presence of physical components like biometric sensors and stylus support to toggle features.
Jetson Containers es un sistema de gestión de contenedores que construye y ejecuta imágenes de Docker aceleradas por GPU para cargas de trabajo de aprendizaje automático en hardware de borde ARM64. Funciona como un orquestador de contenedores CUDA, detectando automáticamente la versión del kit de herramientas CUDA del host y las capacidades de la GPU para garantizar la compatibilidad del contenedor en tiempo de ejecución, mientras selecciona la imagen de contenedor correcta haciendo coincidir la versión de JetPack o L4T del host en el momento del lanzamiento. El proyecto ofrece contenedores preconfigurados para ejecutar modelos de lenguaje grandes cuantizados y tuberías de generación aumentada por recuperación optimizadas para dispositivos de borde, junto con contenedores integrados de ROS y marcos de IA para desplegar agentes autónomos y procesamiento multimodal. Su sistema de construcción en capas modular ensambla imágenes de Docker a partir de capas reutilizables preconstruidas, compilando marcos de IA/ML desde la fuente para optimizarlos para arquitecturas de GPU de borde específicas y versiones de CUDA, con almacenamiento en caché de ruedas local para acelerar las construcciones posteriores. La plataforma proporciona contenedores de Docker preconstruidos con versiones aceleradas por GPU de PyTorch, TensorFlow, JAX y ONNX Runtime para plataformas Jetson, lo que admite capacidades como la ejecución de LLM, modelos de voz, modelos de visión-lenguaje y traducción automática neuronal en hardware de borde. También permite construir contenedores personalizados con paquetes de IA acelerados por GPU, ejecutar contenedores de Triton Inference Server y Transformer Engine, y acelerar los flujos de trabajo de ciencia de datos con bibliotecas RAPIDS.
Detects the host's CUDA toolkit version and GPU capabilities to ensure container compatibility at runtime.
Este proyecto es un manual técnico integral para instalar macOS en hardware x86 que no es de Apple utilizando el bootloader OpenCore. Sirve como una guía de configuración para emular hardware de Apple y parchear el firmware del sistema para lograr la compatibilidad del sistema operativo en PCs. La documentación proporciona instrucciones detalladas para la emulación de hardware SMBIOS, incluyendo la generación de identificadores de sistema y perfiles de modelo. Cubre la aplicación de parches de tablas ACPI para habilitar la gestión de energía nativa y la modificación de servicios de tiempo de ejecución UEFI para resolver problemas de mapa de memoria y protección contra escritura. El recurso detalla además la compatibilidad de hardware para componentes de red, gráficos y audio, así como la gestión de extensiones de kernel. Incluye orientación sobre la configuración del bootloader, la creación de instaladores arrancables y el uso de registros detallados (verbose) y kits de depuración para solucionar pánicos de kernel.
Provides methods for the automatic identification of hardware features to determine necessary drivers and compatibility.
This project is a diagnostic toolset used to scan CPU hardware and Linux kernel images to assess susceptibility to Spectre, Meltdown, and other transient execution vulnerabilities. It functions as a vulnerability scanner and security auditor designed to identify side-channel attack risks and verify the status of hardware-level security patches. The tool provides capabilities for both active system assessment and standalone kernel image security analysis. It evaluates the presence of security mitigations by analyzing CPU hardware and kernel configurations without requiring a running kernel or
Evaluates vulnerability status by intersecting CPU hardware capabilities with active operating system boot parameters.