Skip to content
Closed
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"]

[artifact_groups.media-libs]
description = "Media Libraries"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ option(THEROCK_ENABLE_MEDIA_LIBS "Enable building of Media libraries" "${THEROCK
option(THEROCK_ENABLE_HOST_MATH "Build all bundled host math libraries by default" OFF)
option(THEROCK_RESET_FEATURES "One-shot flag which forces all feature flags to their default state for this configuration run" OFF)
# TODO(iree-org/fusilli/issues/57): Enable fusilli build once multi-arch support lands.
option(THEROCK_ENABLE_IREE_LIBS "Enable building of IREE libraries" OFF)
option(THEROCK_ENABLE_IREE_LIBS "Enable building of IREE libraries" "${THEROCK_ENABLE_ALL}")

################################################################################
# Artifact-based features are auto-generated from BUILD_TOPOLOGY.toml
Expand Down
2 changes: 1 addition & 1 deletion build_tools/fetch_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def main(argv):
)
parser.add_argument(
"--include-iree-libs",
default=False,
default=True,
action=argparse.BooleanOptionalAction,
help="Include IREE and related libraries",
)
Expand Down
16 changes: 8 additions & 8 deletions build_tools/github_actions/fetch_test_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,14 +366,14 @@ def _get_script_path(script_name: str) -> str:
},
# TODO(iree-org/fusilli/issues/57): Enable fusilli tests once build is
# enabled by default.
# "fusilliprovider": {
# "job_name": "fusilliprovider",
# "fetch_artifact_args": "--hipdnn --fusilliprovider --iree-compiler --tests",
# "timeout_minutes": 15,
# "test_script": f"python {_get_script_path('test_fusilliprovider.py')}",
# "platform": ["linux"],
# "total_shards": 1,
# },
"fusilliprovider": {
"job_name": "fusilliprovider",
"fetch_artifact_args": "--hipdnn --fusilliprovider --iree-compiler --tests",
"timeout_minutes": 15,
"test_script": f"python {_get_script_path('test_fusilliprovider.py')}",
"platform": ["linux"],
"total_shards": 1,
},
# hipBLASLt provider tests
"hipblasltprovider": {
"job_name": "hipblasltprovider",
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
2 changes: 1 addition & 1 deletion rocm-libraries
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

we also want to keep submodule bumps by its own, but this is just for testing

Submodule rocm-libraries updated 1198 files
Loading