tile-ai/tilelang

[Feature Request] Hexagon Backend with HMX Supports

Open

#1,293 opened on Nov 20, 2025

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Python (648 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (6,817 stars)
PR merge metrics
 (PR metrics pending)

Description

Required prerequisites

  • I have searched the Issue Tracker that this hasn't already been reported. (comment there if it has.)

Motivation

Currently, Qualcomm has released the Hexagon Kernel Library (https://softwarecenter.qualcomm.com/catalog/item/Hexagon_KL), which provides interfaces for HMX instructions. There are currently many edge devices powered by Qualcomm chips, and specialized attention mechanisms like sparse attention are also well-suited for mobile devices. We can leverage tilelang's capabilities to achieve CodeGen for the Hexagon backend targeting custom attention implementations and other operators.

Solution

No response

Alternatives

No response

Additional context

No response

Contributor guide