Skip to content

Add SUPPORTED_ARCHS table and is_arch_supported() helper#678

Draft
xudoyuan wants to merge 2 commits into
mainfrom
feat/arch-supported-table
Draft

Add SUPPORTED_ARCHS table and is_arch_supported() helper#678
xudoyuan wants to merge 2 commits into
mainfrom
feat/arch-supported-table

Conversation

@xudoyuan

Copy link
Copy Markdown
Collaborator

Provide a single source of truth for which GPU architectures FlyDSL ships kernels for. Downstream consumers (e.g. aiter) can gate availability on is_arch_supported() so that importing FlyDSL kernels on an unsupported arch (e.g. gfx1100/RDNA3) is skipped cleanly instead of crashing during config registration with a KeyError on SMEM_CAPACITY_MAP.

Motivation

Technical Details

Test Plan

Test Result

Submission Checklist

xudoyuan and others added 2 commits June 12, 2026 08:58
Provide a single source of truth for which GPU architectures FlyDSL
ships kernels for. Downstream consumers (e.g. aiter) can gate
availability on is_arch_supported() so that importing FlyDSL kernels on
an unsupported arch (e.g. gfx1100/RDNA3) is skipped cleanly instead of
crashing during config registration with a KeyError on SMEM_CAPACITY_MAP.

Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant