39c31e14fc
* kernel filtering for counter collection
* fixing trace tests
* removing print statements
* fix CI fail
* handling preload and updating docs
* minor fix
* misc fix
* misc fix
* Typo fix
* Update rocprofv3 + input schema
- "application_passes" -> "jobs"
- removed nesting in YAML/JSON inputs
- improved customAction (now booleanArgAction)
- supports --<name> (defaults to true)
- supports --<name>=<truth-value>
- supports --<name> <truth-value>
- added --kernel-iteration-range to command-line
- automatically support new command-line options in YAML/JSON input
- standardized PMC return from text input to match PMC from YAML/JSON input
- added support for --log-level env
- updated various input*.(yml|json) to modified schema
* Update config.cpp
- added recommended code to get_kernel_filter_range
* Fixing iteration
* misc fix
* support only [-] for iteration
* bug fix
* Fix using-rocprofv3.rst
* Update config.cpp
- patch get_kernel_filter_range
---------
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
[ROCm/rocprofiler-sdk commit: ace34abd11]
ROCprofiler Documentation
Build Instructions
- Install conda
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.shbash miniconda.sh -b -p /opt/condaexport PATH=${PATH}:/opt/conda
- Install conda environment
source activateconda env create -n rocprofiler-docs -f environment.ymlconda activate rocprofiler-docs
- Build the docs
../scripts/update-docs.sh- HTML docs will be located in
_build/html
Developer Information
If you create a new page, add the name of the new markdown file (without extension) to the index.md file.