Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ROCm/omnitrace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: ROCm/omnitrace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.1
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Feb 8, 2024

  1. OMNITRACE_ROCM_SMI_METRICS (#331)

    * 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
    
    * Bump version to 1.11.1
    
    * Python formatting
    
    * Update python/libpyomnitrace.cpp
    
    - fix usage of substr (ignored return value)
    
    * 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
    15127c0 View commit details
    Browse the repository at this point in the history
Loading