Skip to content

AORTA-23 : Phase 3 : Generating excel report for single and sweep run#100

Open
prosenjitdhole wants to merge 5 commits intoprosenj_cli_hq_eval_report_phase_2from
prosenj_cli_hq_eval_report_phase_3
Open

AORTA-23 : Phase 3 : Generating excel report for single and sweep run#100
prosenjitdhole wants to merge 5 commits intoprosenj_cli_hq_eval_report_phase_2from
prosenj_cli_hq_eval_report_phase_3

Conversation

@prosenjitdhole
Copy link
Copy Markdown
Collaborator

No description provided.

@prosenjitdhole prosenjitdhole changed the title [WIP] Phase 3 : Generating excel report for single and sweep run [WIP] AORTA-23 : Phase 3 : Generating excel report for single and sweep run Feb 12, 2026
@prosenjitdhole prosenjitdhole changed the title [WIP] AORTA-23 : Phase 3 : Generating excel report for single and sweep run AORTA-23 : Phase 3 : Generating excel report for single and sweep run Feb 18, 2026
@prosenjitdhole prosenjitdhole marked this pull request as ready for review February 18, 2026 09:31
@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

Implements Phase 3 of the HW Queue Eval report pipeline by adding Excel report generation for single-run (Mode A) and sweep (Mode B) inputs, and wiring it into the hwqueue pipeline execution flow.

Changes:

  • Replace the “Excel not implemented” placeholder in the HWQueue pipeline with real Excel report generation.
  • Add a new hwqueue_excel.py generator that emits formatted Excel workbooks for single-run and sweep data.
  • Export the new generator functions from aorta.report.generators.

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 Calls the new Excel generator and records the generated file in pipeline results.
src/aorta/report/generators/hwqueue_excel.py New Excel generator for HWQueue data, including basic table conversion and column auto-sizing.
src/aorta/report/generators/__init__.py Re-exports the new HWQueue Excel generator functions.

💡 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/generators/hwqueue_excel.py
Comment thread src/aorta/report/generators/hwqueue_excel.py Outdated
Comment thread src/aorta/report/generators/hwqueue_excel.py
Comment thread src/aorta/report/generators/hwqueue_excel.py
Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

@prosenjitdhole I've opened a new pull request, #128, 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, #129, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

@prosenjitdhole I've opened a new pull request, #130, 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 2 comments.


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

Comment thread src/aorta/report/generators/hwqueue_excel.py
Comment thread src/aorta/report/generators/hwqueue_excel.py
Copilot AI and others added 2 commits March 6, 2026 18:05
* Initial plan

* Reuse sanitize_table_name/add_excel_table from excel_report.py in hwqueue_excel.py

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>
…g final merge (#128)

* Initial plan

* Add TODO comments for unused imports/constants to check after final merge

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>
Copilot AI review requested due to automatic review settings March 6, 2026 12:36
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/generators/hwqueue_excel.py
Comment thread src/aorta/report/generators/hwqueue_excel.py
Comment thread src/aorta/report/generators/hwqueue_excel.py
Comment thread src/aorta/report/generators/hwqueue_excel.py
…ide unique table names (#129)

* Initial plan

* Gate _add_excel_table warnings behind verbose and ensure unique table names

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>
Co-authored-by: prosenjitdhole <prosenjit.dhole@amd.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.

4 participants