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

Make benchmarks great again #45

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Make benchmarks great again #45

merged 2 commits into from
Dec 9, 2024

Conversation

roversch
Copy link
Collaborator

@roversch roversch commented Oct 9, 2024

Benchmarks were a bit broken..

Some fixes and improvements are in this PR

@roversch roversch requested a review from mkatliar October 9, 2024 14:22
Makefile Outdated Show resolved Hide resolved
@@ -65,18 +65,22 @@ ${BENCH_DATA}/sgemm-blaze-static.json: $(BENCH_BLAZE)
${BENCH_DATA}/${BENCH_BLAST_OUTPUT_DIR}/dgemm-blast-static-panel.json: $(BENCH_BLAST)
$(BENCH_BLAST) --benchmark_filter="BM_gemm_static_panel<double, .+>" $(BENCHMARK_OPTIONS) \
--benchmark_out=${BENCH_DATA}/${BENCH_BLAST_OUTPUT_DIR}/dgemm-blast-static-panel.json
cp $@ ${BENCH_DATA}
Copy link
Owner

Choose a reason for hiding this comment

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

This copies ${BENCH_DATA}/${BENCH_BLAST_OUTPUT_DIR}/dgemm-blast-static-panel.json to ${BENCH_DATA}/dgemm-blast-static-panel.json, do I get it right? Why is it needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is for the Python script. I copy everything into the same 'main' folder.

Makefile Show resolved Hide resolved
@mkatliar mkatliar force-pushed the benchmarks_refresh branch 2 times, most recently from b7472f0 to efa2065 Compare December 9, 2024 12:18
@mkatliar mkatliar merged commit d0611da into master Dec 9, 2024
4 checks passed
@mkatliar mkatliar deleted the benchmarks_refresh branch December 9, 2024 14:56
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