Skip to content

Conversation

gyohuangxin
Copy link
Member

No description provided.

@gyohuangxin gyohuangxin marked this pull request as ready for review October 13, 2025 08:35
@Copilot Copilot AI review requested due to automatic review settings October 13, 2025 08:35
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new GitHub Actions workflow for building and releasing the Aiter Python package. The workflow creates a wheel (.whl) file using a ROCm Docker container and uploads it as an artifact.

Key changes:

  • Creates a manual workflow that can build from a specific commit or the current commit
  • Uses ROCm 7.0 preview Docker image for building with GPU architecture support
  • Implements proper container lifecycle management with cleanup

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +42 to +43
git submodule sync
git submodule update --init --recursive --depth 1 --jobs 4
Copy link

Copilot AI Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate submodule update command. The same command is already executed in the conditional checkout step (line 34), making this redundant when a commit is specified.

Copilot uses AI. Check for mistakes.

@gyohuangxin gyohuangxin merged commit faef70c into main Oct 13, 2025
11 of 16 checks passed
@gyohuangxin gyohuangxin deleted the release_ci branch October 13, 2025 08:44
yzhou103 pushed a commit that referenced this pull request Oct 13, 2025
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