Skip to content
Draft
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 cmake/therock_artifacts.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ function(therock_provide_artifact slice_name)
if(_split_databases)
list(APPEND _split_command_args --split-databases ${_split_databases})
endif()
if(THEROCK_AMDGPU_TARGETS AND NOT "${THEROCK_AMDGPU_TARGETS}" STREQUAL "THEROCK_AMDGPU_TARGETS-NOTFOUND")
list(APPEND _split_command_args --gpu-targets ${THEROCK_AMDGPU_TARGETS})
endif()

add_custom_command(
OUTPUT "${_split_manifest}"
Expand Down
Loading