Skip to content

fix deviceProperties ingestion when combining multiple torch traces - #69

Merged
lasch merged 3 commits into
mainfrom
ingest_meta
Dec 12, 2025
Merged

lasch merged 3 commits into
mainfrom
ingest_meta

Conversation

@lasch

@lasch lasch commented Dec 12, 2025

Copy link
Copy Markdown
Member

Because python dict merges are not merging lists by default, any multi-trace processing only contained one deviceProperties entry. This PR fixes that aspect as well as the fact that all input files have device ID of 0. This is now replaced with the rank.

Changes to tb_refinement.py are refactoring and using the rank as the device ID instead of the PID of an event.

Signed-off-by: Lars Schneidenbach <schneidenbach@us.ibm.com>
… from multiple ranks

Signed-off-by: Lars Schneidenbach <schneidenbach@us.ibm.com>
Signed-off-by: Lars Schneidenbach <schneidenbach@us.ibm.com>
@lasch
lasch merged commit 6382b3e into main Dec 12, 2025
2 checks passed
@lasch
lasch deleted the ingest_meta branch December 12, 2025 21:08
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.

2 participants