Kernelevole Agentic

Automate compute kernel optimization via agentic AI and retrieval-augmented prompting. Unified context-aware transformation function, hardware-specific constraint KB, self-improving state machine exploring kernel variants—achieving 1.25-17× speedups on production recommendation workloads in hours vs weeks of manual effort.

adu2021 906af51 1.0 KB Updated

File contents

Overview

Autonomous kernel optimization across heterogeneous hardware via agentic synthesis.

Core Technique

Context-Aware Transformation:

# Single universal operator adapts via context
kernel = universal_operator.transform(
    operator_spec,
    hardware_context=gpu_type,
    optimization_history=prior_attempts
)

Retrieval-Augmented Prompting: Hardware-specific constraints guide generation.

Performance

  • 1.25-17× speedup on production workloads
  • Hours vs weeks of manual optimization

References

  • Context-aware kernel generation
  • Hardware constraint knowledge bases
  • Self-improving kernel optimization

adu2021/skillxiv/tree/main/skills/skillxiv-v0.0.2-claude-opus-4.6/kernelevole-agentic commit 906af51e48

Frequently asked questions

npx skillmds@latest add adu2021/kernelevole-agentic