Skip to content
3 changes: 3 additions & 0 deletions build_tools/build_python_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@ def core_artifact_filter(an: ArtifactName) -> bool:
"hipify",
"host-blas",
"host-suite-sparse",
"rocdecode",
"rocjpeg",
"rocprofiler-sdk",
"sysdeps",
"sysdeps-amd-mesa",
] and an.component in [
"lib",
"run",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import subprocess
from pathlib import Path


Comment thread
kiritigowda marked this conversation as resolved.
CACHED_TARGET_FAMILY: str | None = None


Expand Down Expand Up @@ -236,6 +235,8 @@ def determine_target_family() -> str:
"lib/host-math/lib",
)
LibraryEntry("amd_comgr", "core", "libamd_comgr.so*", "amd_comgr*.dll")
LibraryEntry("rocdecode", "core", "librocdecode.so*", "")
LibraryEntry("rocjpeg", "core", "librocjpeg.so*", "")
LibraryEntry("hipblas", "libraries", "libhipblas.so*", "*hipblas*.dll")
LibraryEntry("hipblaslt", "libraries", "libhipblaslt.so*", "*hipblaslt*.dll")
LibraryEntry("hipfft", "libraries", "libhipfft.so*", "hipfft*.dll")
Expand Down
Loading