tests: add hip graph bubbles coverage#4320
Draft
powderluv wants to merge 2 commits intoROCm:developfrom
Draft
Conversation
3422a95 to
c506c26
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hip-graph-bubblesreproducer ontodevelophip-graph-bubblesso the same binary can cover multiple kernel and iteration sizeship-graph-bubblesintegration tests withoutrocprofv3rocprofv3HIP graph kernel-trace regression tests plus CSV validatorsValidation
ctest --test-dir /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm --output-on-failure -j1 -R '^tests\\.integration\\.execute\\.hip-graph-bubbles-standalone'ctest --test-dir /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm --output-on-failure -j1 -R '^tests\\.integration\\.execute\\.rocprofv3-test-hip-graph-bubbles'python -m pytest /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm/rocprofv3/hip-graph-bubbles/validate.py -c /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm/rocprofv3/hip-graph-bubbles/pytest.ini --kernel-input /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm/rocprofv3/hip-graph-bubbles/hip-graph-bubbles-k256-i20/out_kernel_trace.csv --expected-dispatch-count 5120 --expected-kernels 256 --expected-iterations 20python -m pytest /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm/rocprofv3/hip-graph-bubbles/validate.py -c /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm/rocprofv3/hip-graph-bubbles/pytest.ini --kernel-input /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm/rocprofv3/hip-graph-bubbles/hip-graph-bubbles-k256-i200/out_kernel_trace.csv --expected-dispatch-count 51200 --expected-kernels 256 --expected-iterations 200python -m pytest /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm/rocprofv3/hip-graph-bubbles/validate.py -c /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm/rocprofv3/hip-graph-bubbles/pytest.ini --kernel-input /data/anush/github/bubble/SWDEV-583475/build/rocprofiler-sdk-tests-pr4276-llvm/rocprofv3/hip-graph-bubbles/hip-graph-bubbles-k2000-i200/out_kernel_trace.csv --expected-dispatch-count 400000 --expected-kernels 2000 --expected-iterations 200