Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update correlation script for h100 and fix ncu profiler parsing bug #361

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

barnes88
Copy link
Collaborator

parse_hw_csv gets called for all the non gpc_cycle csv files. It was incorrectly determining the header row because it uses "PROF == Disconnect" to determine the last line before the header. This isn't always true though because the profile thread can disconnect before the app finishes printing. I fixed this by checking for row[0] == "ID" to find the header (which is what parse_hw_csv2 does.

@barnes88 barnes88 requested a review from JRPan January 29, 2025 18:42
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