2 Repos
Tools for restricting exposed CPU features to ensure compatibility across different hardware environments.
Distinct from CPU Profilers: Distinct from CPU profilers: focuses on feature masking for migration compatibility rather than performance measurement.
Explore 2 awesome GitHub repositories matching development tools & productivity · CPU Feature Normalization. Refine with filters or upvote what's useful.
This project is a secure container runtime that provides strong isolation for application workloads by implementing a userspace kernel. By intercepting system calls and executing them within a memory-safe, restricted environment, it minimizes the attack surface exposed to the host kernel. It functions as a drop-in engine for standard container orchestration platforms, ensuring compatibility with industry-standard runtime specifications while maintaining a hardened execution boundary. The runtime distinguishes itself through its ability to virtualize core system resources, including an indepen
Restricts exposed CPU features to a predefined list to ensure compatibility when migrating container snapshots.
oneDNN is a cross-architecture compute library and hardware acceleration framework designed as a oneAPI deep learning library. It functions as a neural network inference engine that provides optimized primitives to accelerate deep learning operations across diverse CPU and GPU architectures. The project distinguishes itself through a combination of just-in-time instruction generation based on detected processor features and microarchitecture-specific tuning. It utilizes graph-based operation compilation to minimize overhead and manages layout-aware tensors to optimize data access patterns acr
Allows limiting the instruction set architecture used for code generation to test specific processor capabilities.