awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesMemory Layout Optimizations

Techniques for rearranging data structures to improve cache locality and memory access patterns.

Distinguishing note: Focuses on weight permutation for memory alignment.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Memory Layout Optimizations. Refine with filters or upvote what's useful.

Awesome Memory Layout Optimizations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/bitnetAvatar microsoft

    microsoft/BitNet

    39,327Vezi pe 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

    Rearranges model data structures to optimize cache locality and increase throughput.

    Python
    Vezi pe GitHub↗39,327
  • sgl-project/sglangAvatar sgl-project

    sgl-project/sglang

    29,079Vezi pe GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Rearranges data structures and model weights into hardware-native formats to improve memory access efficiency on specialized AI cores.

    Pythonattentionblackwellcuda
    Vezi pe GitHub↗29,079
  1. Home
  2. Artificial Intelligence & ML
  3. Memory Layout Optimizations