awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesTriton Kernels

GPU kernels implemented using the Triton domain-specific language for optimized tiling and memory access.

Distinct from GPU Kernel Implementations: Specifically targets the Triton DSL implementation rather than generic CUDA or other GPU kernel languages.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Triton Kernels. Refine with filters or upvote what's useful.

Awesome Triton Kernels GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • deepseek-ai/flashmlaAvatar de deepseek-ai

    deepseek-ai/FlashMLA

    12,706Ver en GitHub↗

    FlashMLA is an LLM attention kernel library and inference acceleration library providing a collection of high-performance CUDA kernels. It implements multi-head latent attention mechanisms designed to reduce memory overhead and increase throughput during the forward and backward passes of large language model inference. The library utilizes quantized cache attention kernels to improve computation efficiency across both sparse and dense token processing. It specifically optimizes the prefill and decoding phases of model inference through these latent attention implementations. The project cov

    Uses the Triton domain-specific language to generate high-performance GPU code and optimize memory tiling.

    C++
    Ver en GitHub↗12,706
  • xlite-dev/leetcudaAvatar de xlite-dev

    xlite-dev/LeetCUDA

    9,694Ver en GitHub↗

    LeetCUDA is a collection of high-performance GPU kernel libraries focusing on memory optimization, activation functions, and attention mechanisms. It serves as a reference library for CUDA kernel implementations, ranging from basic element-wise operations to complex neural network components, and provides Python bindings to integrate these kernels into deep learning workflows. The project is distinguished by its focus on low-level hardware optimizations. This includes the use of tensor cores for half-precision matrix multiplication, asynchronous data pipelining with double buffering, and shar

    Implements fused operations and attention states using the Triton domain-specific language.

    Cudacudacuda-12cuda-cpp
    Ver en GitHub↗9,694
  • vladmandic/sdnextAvatar de vladmandic

    vladmandic/sdnext

    7,139Ver en GitHub↗

    SD.Next is an all-in-one web interface and multi-backend inference engine for generating, editing, and processing images and videos using diffusion models. It functions as a comprehensive tool for diffusion model management and an automated image processing pipeline for bulk operations. The project is distinguished by its hardware-backend abstraction layer, which provides automatic detection and acceleration for NVIDIA CUDA, AMD ROCm, Intel OpenVINO, and DirectML. It features a headless generative API and a programmatic command interface, allowing users to trigger tasks via REST API or CLI wi

    Integrates Triton wheels to compile custom GPU kernels for advanced performance optimizations.

    Pythonai-artcaptiondiffusers
    Ver en GitHub↗7,139
  • linkedin/liger-kernelAvatar de linkedin

    linkedin/Liger-Kernel

    6,148Ver en GitHub↗

    Liger-Kernel is a collection of pre-built fused Triton kernels and patching utilities designed to accelerate large language model training. It provides drop-in kernel replacements for common LLM operations such as RMSNorm, cross-entropy loss, and attention, enabling increased throughput and reduced memory usage while preserving bitwise-exact gradients. The project serves as a toolkit for composing custom model architectures from individual optimized kernels and for patching pre-existing models with minimal code changes. The project distinguishes itself through its ability to perform runtime m

    Provides a collection of pre-built fused Triton kernels that combine multiple LLM operations into single GPU kernels.

    Pythonfinetuninggemma2hacktoberfest
    Ver en GitHub↗6,148
  1. Home
  2. Artificial Intelligence & ML
  3. GPU Kernel Implementations
  4. Triton Kernels

Explorar subetiquetas

  • Compiler RuntimesContainerized environments for executing GPU-specific compilers and domain-specific languages. **Distinct from Triton Kernels:** Distinct from Triton Kernels: focuses on providing the compiler runtime environment rather than the specific kernel implementations.
  • Megatron-LM Kernel PatchesTriton kernel replacements specifically for Megatron-LM training setups, targeting RMSNorm and cross-entropy loss operations. **Distinct from Triton Kernels:** Distinct from Triton Kernels: specifically targets Megatron-LM model architectures with pre-built patching functions, not general Triton kernel development.
  • Megatron-LM PatchesOptimized Triton kernel replacements for Megatron-LM training setups targeting RMSNorm and cross-entropy loss operations. **Distinct from Triton Kernels:** Distinct from Triton Kernels: specifically targets Megatron-LM training setups with kernel-level patches.