awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Hardware-Specific Accelerators · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesHardware-Specific Accelerators

Libraries that leverage native processor instructions and hardware-specific features to maximize computational throughput.

Distinguishing note: Focuses on native instruction utilization for packed integer arithmetic rather than general-purpose system programming.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Hardware-Specific Accelerators. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Hardware-Specific Accelerators

Awesome Hardware-Specific Accelerators GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • microsoft/BitNet

    microsoft/BitNet

    28,521View on GitHub↗

    BitNet is a quantized inference engine designed to execute highly compressed language models by performing arithmetic on low-precision, bit-level weight data. It functions as a model optimization toolkit and a high-performance kernel library, enabling the execution of large language models on consumer hardware by reducing memory footprints and increasing processing speeds. The project distinguishes itself through hardware-specific kernel optimizations that leverage native processor instructions to accelerate matrix multiplication. By utilizing packed integer arithmetic and memory-aligned weig

    Perform efficient integer arithmetic on packed weights by using native hardware dot-product instructions to increase computational density on supported graphics processing units.

    Python
    28,521View on GitHub↗