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

Profiling: Add Memory Tracing and Region Markers #557

Closed
crtrott opened this issue Dec 1, 2016 · 1 comment
Closed

Profiling: Add Memory Tracing and Region Markers #557

crtrott opened this issue Dec 1, 2016 · 1 comment
Assignees
Labels
Feature Request Create new capability; will potentially require voting
Milestone

Comments

@crtrott
Copy link
Member

crtrott commented Dec 1, 2016

This is to track the addition of profiling hooks for memory tracing (allocate/deallocate) and region markers (push/pop).

@crtrott crtrott added the Feature Request Create new capability; will potentially require voting label Dec 1, 2016
@crtrott crtrott added this to the END 2016 milestone Dec 1, 2016
crtrott added a commit that referenced this issue Dec 1, 2016
This adds the capability to trace memory allocation/deallocation with
space names, allocation names, and sizes.
For that purpose memory spaces now habe a static 'name()' function.

Addresses #557
@crtrott
Copy link
Member Author

crtrott commented Dec 1, 2016

The relevant tools are: found in kokkos/kokkos-tools : memory-events, memory-usage, kernel-logger

crtrott added a commit that referenced this issue Dec 1, 2016
@crtrott crtrott closed this as completed Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Create new capability; will potentially require voting
Projects
None yet
Development

No branches or pull requests

2 participants