Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions projects/hipdnn/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ else()
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.

DESTINATION "share/hipdnn/tests/python"
FILES_MATCHING PATTERN "*.py")
endif()
Loading