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

OMNITRACE_ROCM_SMI_METRICS #331

Merged
merged 5 commits into from
Feb 8, 2024
Merged

OMNITRACE_ROCM_SMI_METRICS #331

merged 5 commits into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. OMNITRACE_ROCM_SMI_METRICS

    - configuration variable OMNITRACE_ROCM_SMI_METRICS for specifying which rocm-smi metrics to collect
    - auto-disable metric collection when rsmi_dev_X_get returns RSMI_STATUS_NOT_SUPPORTED
    jrmadsen committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1ac5ed4 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.11.1

    jrmadsen committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b939dd8 View commit details
    Browse the repository at this point in the history
  3. Python formatting

    jrmadsen committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    089c1ad View commit details
    Browse the repository at this point in the history
  4. Update python/libpyomnitrace.cpp

    - fix usage of substr (ignored return value)
    jrmadsen committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b0ee13a View commit details
    Browse the repository at this point in the history
  5. Update python/gui/source/gui.py

    - Fix E721
      - do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
    jrmadsen committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    94309f5 View commit details
    Browse the repository at this point in the history