Skip to content

Conversation

@prosenjitdhole
Copy link
Collaborator

Updates :

  • GPU time summary
    • geomeaned over ranks
    • geomeand over ranks and channels to produce a summary
  • Comparison script update to add kernel and geomean data

Copy link
Collaborator

Choose a reason for hiding this comment

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

rebase it to the main. The updated versions of these files are in the main. Put your changes on top of them.

Copy link
Collaborator

Choose a reason for hiding this comment

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

rebase your branch. This file has a new version that is on the main. Put your changes on top of that.


col_type_name = 0
col_256_time = 3
col_512_time = 5
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove hard-coded values

if i==0 :
continue
all_results[row[col_type_name]]['256'][c].append(float(row[col_256_time]))
all_results[row[col_type_name]]['512'][c].append(float(row[col_512_time]))
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove the hardcoded values.

type=Path,
default=Path("/home/oyazdanb/aorta/experiments/sweep_20251121_155219/tracelens_analysis"),
help='Base path to tracelens_analysis directory (default: %(default)s)'
)
Copy link
Collaborator

Choose a reason for hiding this comment

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

no personal path. change the path to a generic one. Also, remove the default path and force the user to pass it.


col_type_name = 0
col_256_time = 3
col_512_time = 5
Copy link
Collaborator

Choose a reason for hiding this comment

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

no hard-coded value

'--base-path',
type=Path,
default=Path("/home/oyazdanb/aorta/experiments/sweep_20251121_155219/tracelens_analysis"),
help='Base path to tracelens_analysis directory (default: %(default)s)'
Copy link
Collaborator

Choose a reason for hiding this comment

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

no personal path.

plot_mean_result(output_dir, type_list, mean_results, threads=thread_configs)

if __name__ == "__main__":
main()
Copy link
Collaborator

Choose a reason for hiding this comment

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

this script has similarities with generate_comparison_report_channel_variance.py. Consolidate them. Also update README with the scripts.

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.

3 participants