kernels-community

community
Activity Feed

AI & ML interests

None defined yet.

Recent Activity

danieldk  updated a model 1 day ago
kernels-community/moe
drbh  updated a Space 2 days ago
kernels-community/README
drbh  published a Space 2 days ago
kernels-community/README
View all activity

Kernel Community

The Kernel Hub allows Python libraries and applications to load optimized compute kernels directly from the Hugging Face Hub. Think of it like the Model Hub, but for low-level, high-performance code snippets (kernels) that accelerate specific operations, often on GPUs.

Instead of manually managing complex dependencies, wrestling with compilation flags, or building libraries like Triton or CUTLASS from source, you can use the kernels library to instantly fetch and run pre-compiled, optimized kernels.

Projects

The kernel hub team maintains two projects to make interacting with the kernel hub as easy as possible.

What are Compliant Kernels?

Kernels on the Hub are designed to be:

  • Portable: Load from paths outside PYTHONPATH
  • Unique: Multiple versions can run in the same process
  • Compatible: Support various Python versions, PyTorch builds, and C++ ABIs

datasets

None public yet