mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:27:54 -04:00
df03c553f7
- Create .github/actions/build-and-upload composite action for shared build logic - Consolidate Python/uv setup, CUDA setup, wheel building, testing, and upload steps - Update _build_linux.yml to use new composite action (reduced from 136 to 69 lines) - Update _build_linux_arm_self_host.yml to use composite action with cleanup enabled - Update _build_linux_self_host.yml for both container and no-container jobs - Update _build_manylinux_self_host.yml to use composite action - Reduce code duplication by ~200+ lines across all workflow files