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

Add a multi-node concurrent memspeed test for GPU use case. #1185

Draft
wants to merge 12 commits into
base: stable
Choose a base branch
from

Conversation

artempriakhin
Copy link
Contributor

No description provided.

@artempriakhin artempriakhin marked this pull request as ready for review February 1, 2022 19:54
@artempriakhin artempriakhin marked this pull request as draft February 1, 2022 19:57
@streichler streichler self-assigned this Feb 1, 2022
@streichler streichler added enhancement Realm Issues pertaining to Realm labels Feb 1, 2022
Comment on lines 209 to 225
CopyProfResult result;
result.copy_start_time = &memspeed_experiments[i].copy_start_time;
result.copy_end_time = &memspeed_experiments[i].copy_end_time;
result.copied_bytes = &memspeed_experiments[i].copied_bytes;
result.total_copies = &memspeed_experiments[i].total_copies;
result.done = UserEvent::create_user_event();
;
ProfilingRequestSet prs;
prs.add_request(p, COPYPROF_TASK, &result, sizeof(CopyProfResult))
.add_measurement<ProfilingMeasurements::OperationTimeline>()
.add_measurement<ProfilingMeasurements::OperationMemoryUsage>();
profile_requests.push_back(prs);

local_events.push_back(start);
local_events.back() =
copy_boundaries.copy(src_fields.back(), dst_fields.back(),
profile_requests.back(), local_events.back());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This one is broken. Will either fix it or revert to the previous commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Realm Issues pertaining to Realm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants