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 support for NEC SX-Aurora performance monitor counters #316

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

cvonelm
Copy link
Member

@cvonelm cvonelm commented Feb 5, 2024

Besides sampling, there are several performance monitor counters that we can read from NEC SX-Aurora accelerators, such as L1 cache misses.

This closes #237 as sampling and PMCs are probably the two reasonable things we can read from lo2s.

src/monitor/nec_thread_monitor.cpp Outdated Show resolved Hide resolved
src/monitor/nec_thread_monitor.cpp Outdated Show resolved Hide resolved
src/monitor/nec_thread_monitor.cpp Outdated Show resolved Hide resolved
src/monitor/nec_thread_monitor.cpp Show resolved Hide resolved
include/lo2s/trace/trace.hpp Outdated Show resolved Hide resolved
include/lo2s/trace/trace.hpp Outdated Show resolved Hide resolved
@cvonelm cvonelm force-pushed the issue-237-part-2-nec-metrics branch from 4e9930c to a119093 Compare March 14, 2024 07:13
@cvonelm cvonelm force-pushed the issue-237-part-2-nec-metrics branch from a119093 to c050491 Compare July 11, 2024 10:51
Besides sampling, there are several performance monitor counters that we
can read, such as L1 cache misses.

This closes #237 as sampling and PMCs are probably the two reasonable
things we can read from lo2s.
@cvonelm cvonelm force-pushed the issue-237-part-2-nec-metrics branch from c050491 to a044508 Compare July 11, 2024 10:56
@cvonelm cvonelm merged commit 038b75a into master Jul 15, 2024
41 checks passed
@cvonelm cvonelm deleted the issue-237-part-2-nec-metrics branch July 15, 2024 10:32
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.

NEC Aurora Tsubasa Support
2 participants