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

Tuple Scan benchmark #26

Open
Jonas-Wessner opened this issue Aug 28, 2023 · 0 comments
Open

Tuple Scan benchmark #26

Jonas-Wessner opened this issue Aug 28, 2023 · 0 comments
Assignees

Comments

@Jonas-Wessner
Copy link
Collaborator

Jonas-Wessner commented Aug 28, 2023

This benchmark should show how many tuples a certain number of GPU threads can scan and copy to a send buffer per time unit: Outcome: x-axis, number of threads, y-axis, tuple throughput.
We should test this with different tuple sizes to see if there are interesting effects when the data to be copied per tuple is larger.

Knowing the results, we would be able to calculate roughly how large the tuple size must be and how many threads we would need to fill the send buffers fast enough to reach a throughput near BW in the shuffle.

@Jonas-Wessner Jonas-Wessner self-assigned this Aug 28, 2023
@Alex2804 Alex2804 assigned Alex2804 and unassigned Jonas-Wessner Sep 1, 2023
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

No branches or pull requests

2 participants