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

Aggregate results to a dataframe #7

Merged

Conversation

JosseVanDelm
Copy link
Contributor

Stacked on #6 , aggregates all middle cycle counts into a pandas dataframe.

@@ -53,10 +54,17 @@ values = [16,32]
# Rules
rule all:
input:
expand("{file}_{m}_{n}_{k}_traces.json", file=files, m=values, n=values, k=values),
"tiled_quantized_matmul_traces.json"
"tiled_quantized_matmul_traces.json",

Choose a reason for hiding this comment

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

Why delete the

{m}{n}{k}_

tag here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because I haven't added support for the tiled_quantized_matmul here yet :)
But that shouldn't be too difficult :)

@JosseVanDelm JosseVanDelm merged commit 854af31 into Josse/add-parameterized-tiled Feb 5, 2025
1 check passed
@JosseVanDelm JosseVanDelm deleted the josse/aggregate-to-dataframe branch February 5, 2025 09:28
@JosseVanDelm JosseVanDelm restored the josse/aggregate-to-dataframe branch February 5, 2025 09:29
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