Copy TheRock CI test scripts to test/therock/#5563
Merged
jayhawk-commits merged 2 commits intodevelopfrom Mar 18, 2026
Merged
Conversation
Copies test runner scripts from ROCm/TheRock@e2c94d47 as the initial migration step of RFC0010. Scripts are unmodified from their source; path and import cleanup will follow in a subsequent PR. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
idass1990
approved these changes
Mar 18, 2026
geomin12
approved these changes
Mar 18, 2026
Re-copy from ROCm/TheRock@fc47892f to pick up script updates since the initial copy at e2c94d47. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
test/therock/with 21 CI test scripts (+hipdnn_install_tests/)copied verbatim from ROCm/TheRock@fc47892f as the initial step of the
TheRock test script migration (RFC0010)
(
THEROCK_DIR) andgithub_actions_utilsimports still point toTheRock-relative paths and will be fixed in a follow-on PR
Scripts added
test_hipblas.py,test_hipblaslt.py,test_hipcub.py,test_hipdnn.py,test_hipdnn_install.py,test_hipdnn_samples.py,test_hipfft.py,test_hiprand.py,test_hipsolver.py,test_hipsparse.py,test_hipsparselt.py,test_miopen.py,test_rocblas.py,test_rocfft.py,test_rocprim.py,test_rocrand.py,test_rocroller.py,test_rocsolver.py,test_rocsparse.py,test_rocthrust.py,test_rocwmma.py,hipdnn_install_tests/Known issue
test/therock/hipdnn_install_tests/CMakeLists.txttriggerscmake-lint C0111(missing docstring) — pre-existing condition in thesource file, will be addressed in the follow-on PR.