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

json output for frequency data #488

Merged
merged 9 commits into from
Jan 15, 2024
Merged

json output for frequency data #488

merged 9 commits into from
Jan 15, 2024

Conversation

slabasan
Copy link
Collaborator

@slabasan slabasan commented Jan 5, 2024

Description

Added json output for frequency data. Implemented for Intel Skylake through Ice Lake, AMD Epyc, IBM Power9, AMD GPUs, nVidia GPUs.

https://variorum.readthedocs.io/en/api_frequency_json/index.html

Supersedes #434

Fixes #439

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/architecture support (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Build/CI update

How Has This Been Tested?

  • lassen cpu-only, gpu-only, cpu+gpu
  • quartz

Checklist:

  • I have run ./scripts/check-code-format.sh and confirm my code code follows the style guidelines of variorum
  • I have added comments in my code
  • My changes generate no new warnings (build with -DENABLE_WARNINGS=ON)
  • New and existing unit tests pass with my changes

This was referenced Jan 5, 2024
@slabasan slabasan force-pushed the api_frequency_json branch from 7cf60b3 to 9ab8f7d Compare January 9, 2024 23:56
@slabasan slabasan force-pushed the api_frequency_json branch 4 times, most recently from 3456017 to 27233d2 Compare January 13, 2024 21:28
kfan326 and others added 7 commits January 13, 2024 13:33
- add docs
- add variorum_get_frequency_json function interfaces
- supports Intel CPUs, AMD CPUs, IBM Power9 CPUs, AMD GPUs, nVidia GPUs
@slabasan slabasan merged commit 576ab21 into dev Jan 15, 2024
9 of 10 checks passed
@slabasan slabasan deleted the api_frequency_json branch January 15, 2024 06:24
@slabasan slabasan added this to the Production: v0.8.0 Release milestone Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add JSON frequency reporting API
2 participants