Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion BUILD_TOPOLOGY.toml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ description = "Fusilli hipdnn provider"
type = "generic"
artifact_group_deps = ["hip-runtime", "iree-compiler"]
# TODO: rocm-systems included for projects/hip/VERSION (see CMakeLists.txt)
source_sets = ["iree-libs", "rocm-systems"]
source_sets = ["iree-libs", "rocm-libraries", "rocm-systems"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Curious, where do we specify that this is a sparse checkout of rocm-libs? Or is that future work (after hipdnn moves to the core stage)?

Copy link
Copy Markdown
Contributor Author

@AaronStGeorge AaronStGeorge Mar 12, 2026

Choose a reason for hiding this comment

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

That's future work, it's not a sparse checkout at the moment.

Note: as an optimization, we may want to add a feature to allow a sparse checkout when fetching the rocm-libraries source set (link). The fusilli-libs stage is only using a very small portion of that repo.


[artifact_groups.media-libs]
description = "Media Libraries"
Expand Down
2 changes: 1 addition & 1 deletion iree-libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if(THEROCK_ENABLE_FUSILLIPROVIDER)
##############################################################################
therock_cmake_subproject_declare(fusilliprovider
USE_DIST_AMDGPU_TARGETS
EXTERNAL_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/fusilli/plugins/hipdnn-plugin"
EXTERNAL_SOURCE_DIR "${THEROCK_ROCM_LIBRARIES_SOURCE_DIR}/dnn-providers/fusilli-provider"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/fusilliprovider"
BACKGROUND_BUILD
CMAKE_ARGS
Expand Down
Loading