Skip to content

[hipDNN] ALMIOPEN-1869 Install Python pytest files into share/hipdnn/tests/python#7869

Open
tvy-amd wants to merge 1 commit into
developfrom
users/tvy/hipdnn-python-cmake
Open

[hipDNN] ALMIOPEN-1869 Install Python pytest files into share/hipdnn/tests/python#7869
tvy-amd wants to merge 1 commit into
developfrom
users/tvy/hipdnn-python-cmake

Conversation

@tvy-amd
Copy link
Copy Markdown
Contributor

@tvy-amd tvy-amd commented May 28, 2026

Summary

Risk

Low. Installing existing .py files to the install folder.

Test plan

  • Build hipDNN with Python bindings enabled.
  • Verify share/hipdnn/tests/python/*.py populated in install prefix.

🤖 Generated with Claude Code

Install hipdnn_frontend/test/*.py into share/hipdnn/tests/python in the
non-SKBUILD path so the pytest suite is available alongside the built
Python module.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@tvy-amd tvy-amd requested a review from a team as a code owner May 28, 2026 21:25
@tvy-amd tvy-amd changed the title [hipDNN] Install Python pytest files into share/hipdnn/tests/python [hipDNN] ALMIOPEN-1869 Install Python pytest files into share/hipdnn/tests/python May 28, 2026
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

❌ Your project status has failed because the head coverage (77.83%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7869      +/-   ##
===========================================
- Coverage    62.06%   62.06%   -0.00%     
===========================================
  Files         2085     2085              
  Lines       357573   357573              
  Branches     54060    54060              
===========================================
- Hits        221918   221914       -4     
- Misses      116866   116868       +2     
- Partials     18789    18791       +2     
Flag Coverage Δ *Carryforward flag
TensileLite 27.29% <ø> (ø) Carriedforward from f16297b
hipBLAS 90.65% <ø> (ø) Carriedforward from f16297b
hipBLASLt 41.27% <ø> (ø) Carriedforward from f16297b
hipCUB 82.21% <ø> (ø) Carriedforward from f16297b
hipDNN 86.60% <ø> (-0.01%) ⬇️
hipFFT 50.00% <ø> (ø) Carriedforward from f16297b
hipRAND 76.12% <ø> (ø) Carriedforward from f16297b
hipSOLVER 69.24% <ø> (ø) Carriedforward from f16297b
hipSPARSE 85.42% <ø> (ø) Carriedforward from f16297b
rocBLAS 48.09% <ø> (ø) Carriedforward from f16297b
rocFFT 52.07% <ø> (ø) Carriedforward from f16297b
rocRAND 57.04% <ø> (ø) Carriedforward from f16297b
rocSOLVER 77.83% <ø> (ø) Carriedforward from f16297b
rocSPARSE 72.68% <ø> (ø) Carriedforward from f16297b

*This pull request uses carry forward flags. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tvy-amd tvy-amd enabled auto-merge (squash) May 28, 2026 22:18
Copy link
Copy Markdown
Contributor

@SamuelReeder SamuelReeder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tvy-amd tvy-amd added skip-therockci If added, it will skip all builds and tests for TheRock CI and removed skip-therockci If added, it will skip all builds and tests for TheRock CI labels May 29, 2026
install(TARGETS hipdnn_frontend_python DESTINATION "${_staging}")
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/hipdnn_frontend/__init__.py"
DESTINATION "${_staging}")
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/hipdnn_frontend/test/"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants