Skip to content

AORTA-23 : Phase 2 : Implement blank pipeline command and CLI updates#99

Open
prosenjitdhole wants to merge 9 commits intoprosenj_cli_hq_eval_report_phase_1from
prosenj_cli_hq_eval_report_phase_2
Open

AORTA-23 : Phase 2 : Implement blank pipeline command and CLI updates#99
prosenjitdhole wants to merge 9 commits intoprosenj_cli_hq_eval_report_phase_1from
prosenj_cli_hq_eval_report_phase_2

Conversation

@prosenjitdhole
Copy link
Copy Markdown
Collaborator

hw_q pipeline implementation

@prosenjitdhole prosenjitdhole changed the title [WIP] Phase 2 : Implement black pipeline command and CLI updates [WIP] AORTA-23 : Phase 2 : Implement black pipeline command and CLI updates Feb 12, 2026
@prosenjitdhole prosenjitdhole changed the title [WIP] AORTA-23 : Phase 2 : Implement black pipeline command and CLI updates [WIP] AORTA-23 : Phase 2 : Implement blank pipeline command and CLI updates Feb 16, 2026
@prosenjitdhole prosenjitdhole changed the title [WIP] AORTA-23 : Phase 2 : Implement blank pipeline command and CLI updates AORTA-23 : Phase 2 : Implement blank pipeline command and CLI updates Feb 18, 2026
@prosenjitdhole prosenjitdhole marked this pull request as ready for review February 18, 2026 09:29
@prosenjitdhole prosenjitdhole requested a review from Copilot March 4, 2026 16:10
Copy link
Copy Markdown
Contributor

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

Adds initial scaffolding for an hwqueue report pipeline, wiring it into the existing aorta-report pipeline CLI so hw_queue_eval JSON inputs can be loaded and a (future) report workflow can be orchestrated.

Changes:

  • Introduces HWQueuePipelineConfig/HWQueuePipelineResult and run_hwqueue_pipeline() with single-input and baseline-vs-test comparison entry points.
  • Adds aorta-report pipeline hwqueue CLI subcommand with options for single file or directory comparison modes.
  • Exposes the new HWQueue pipeline symbols via pipelines/__init__.py.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
src/aorta/report/pipelines/hwqueue_pipeline.py New HW queue pipeline module with config/result dataclasses and placeholder step orchestration.
src/aorta/report/pipelines/cli.py Adds pipeline hwqueue subcommand and user-facing CLI output for the pipeline run.
src/aorta/report/pipelines/__init__.py Re-exports HWQueue pipeline entry points/types from the pipelines package.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py
Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py Outdated
Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py
Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py Outdated
Comment thread src/aorta/report/pipelines/cli.py Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 6, 2026 11:50
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

@prosenjitdhole I've opened a new pull request, #126, to work on those changes. Once the pull request is ready, I'll request review from you.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

@prosenjitdhole I've opened a new pull request, #127, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Copy Markdown
Contributor

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py Outdated
Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py
Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py
Comment thread src/aorta/report/pipelines/cli.py
Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 6, 2026 12:26
Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

@prosenjitdhole I've opened a new pull request, #135, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits March 6, 2026 18:00
* Initial plan

* Fix HWQueue import style in cli.py to be consistent with other pipeline commands

Co-authored-by: prosenjitdhole <239307697+prosenjitdhole@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: prosenjitdhole <239307697+prosenjitdhole@users.noreply.github.com>
…ne (#126)

* Initial plan

* Add optimization TODO for duplicate find_common_workloads() call

Co-authored-by: prosenjitdhole <239307697+prosenjitdhole@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: prosenjitdhole <239307697+prosenjitdhole@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py Outdated
Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py Outdated
Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py
Comment thread src/aorta/report/pipelines/hwqueue_pipeline.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 6, 2026 13:49
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

@prosenjitdhole I've opened a new pull request, #136, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Copy Markdown
Contributor

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

4 participants