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

bench: avoid peakflops register dependencies #442

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

melven
Copy link
Contributor

@melven melven commented Oct 29, 2021

Improves results on Intel Westmere which was missing a factor of 2 before
due to latency/register dependencies in the peak flops benchmark.

Improves results on Intel Westmere which was missing a factor of 2 before
due to latency/register dependencies in the peak flops benchmark.
@melven
Copy link
Contributor Author

melven commented Oct 29, 2021

Hi @TomTheBear

This reverses some of your changes from 2 years ago.

I didn't get the "correct" 2 flops/cycle (mult+add) for scalar operations on a Westmere, this improves it (but also only results in 1.75 flops/cycle on Westmere).

But I just tried to improve it without real insight into the .ptt format.

@TomTheBear
Copy link
Member

Thanks for the PR. So, it's just reordering of the instructions and registers?

PTT format is tricky. I tried to document it here: https://github.com/RRZE-HPC/likwid/wiki/Likwid-Bench#adding-benchmarks

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.

None yet

2 participants