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

Added mmap support for both color benchmark variants #28

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

Conversation

jebraun3
Copy link
Contributor

Change-Id: Iacc15529befcf5f1541b0209dc32eebf689f2725

Adds mmap support to both color benchmark variants

Change-Id: Idb4fc32d4691795bba623d579153459d79a1f2f6
@jebraun3 jebraun3 marked this pull request as draft March 24, 2024 06:41
@mattsinc mattsinc added the enhancement New feature or request label Mar 24, 2024
Copy link
Contributor

@mattsinc mattsinc left a comment

Choose a reason for hiding this comment

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

I thought you were going to push all of the other Pannotia benchmarks publicly at once to avoid needing to review them one by one? In any event, since it's here, let's just review and commit it!

One thing: I believe the only difference between maxmin's and max's changes are the max() call? If so, maybe we should make a header file for all of this to avoid almost the same code twice?

@@ -129,7 +350,7 @@ int main(int argc, char **argv)
int *color_d;
int *node_value_d;
int *stop_d;

Copy link
Contributor

Choose a reason for hiding this comment

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

will need to remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants