Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
8 changes: 4 additions & 4 deletions BUILD_TOPOLOGY.toml
Original file line number Diff line number Diff line change
Expand Up @@ -571,17 +571,17 @@ artifact_deps = ["core-runtime", "core-hip", "spdlog"]
[artifacts.miopenprovider]
artifact_group = "ml-libs"
type = "target-neutral"
artifact_deps = ["core-runtime", "core-hip", "miopen", "hipdnn", "spdlog"]
artifact_deps = ["core-runtime", "core-hip", "miopen", "hipdnn"]

[artifacts.hipblasltprovider]
artifact_group = "ml-libs"
type = "target-neutral"
artifact_deps = ["core-runtime", "core-hip", "blas", "hipdnn", "spdlog"]
artifact_deps = ["core-runtime", "core-hip", "blas", "hipdnn"]

[artifacts.hipdnn-samples]
artifact_group = "ml-libs"
type = "target-specific"
artifact_deps = ["core-runtime", "core-hip", "miopen", "hipdnn", "miopenprovider", "spdlog"]
artifact_deps = ["core-runtime", "core-hip", "miopen", "hipdnn", "miopenprovider"]

# --- IREE Integration ---

Expand All @@ -594,7 +594,7 @@ disable_platforms = ["windows"]
[artifacts.fusilliprovider]
artifact_group = "iree-libs"
type = "target-neutral"
artifact_deps = ["core-runtime", "core-hip", "hipdnn", "spdlog", "iree-compiler"]
artifact_deps = ["core-runtime", "core-hip", "hipdnn", "iree-compiler"]
disable_platforms = ["windows"]

# --- Media Integration ---
Expand Down
2 changes: 0 additions & 2 deletions iree-libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,8 @@ if(THEROCK_ENABLE_FUSILLIPROVIDER)
fusilli
hipDNN
therock-flatbuffers
therock-fmt
therock-googletest
therock-nlohmann-json
therock-spdlog
RUNTIME_DEPS
hip-clr
hipDNN
Expand Down
10 changes: 2 additions & 8 deletions ml-libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ if(THEROCK_ENABLE_HIPDNN)
amd-hip
BUILD_DEPS
therock-googletest
therock-fmt
therock-spdlog
RUNTIME_DEPS
hip-clr
therock-flatbuffers
therock-fmt
therock-nlohmann-json
therock-spdlog
)
therock_cmake_subproject_glob_c_sources(hipDNN
SUBDIRS
Expand Down Expand Up @@ -231,8 +231,6 @@ if(THEROCK_ENABLE_MIOPENPROVIDER)
therock-googletest
therock-flatbuffers
therock-nlohmann-json
therock-fmt
therock-spdlog
RUNTIME_DEPS
MIOpen
)
Expand Down Expand Up @@ -277,8 +275,6 @@ if(THEROCK_ENABLE_HIPBLASLTPROVIDER)
therock-googletest
therock-flatbuffers
therock-nlohmann-json
therock-fmt
therock-spdlog
RUNTIME_DEPS
hipBLAS-common
hipBLASLt
Expand Down Expand Up @@ -323,8 +319,6 @@ if(THEROCK_ENABLE_HIPDNN_SAMPLES)
hipDNN
therock-flatbuffers
therock-nlohmann-json
therock-fmt
therock-spdlog
RUNTIME_DEPS
miopenprovider
)
Expand Down
Loading