fix hipblaslt build for different archs (#3358)

[ROCm/composable_kernel commit: d1193e8637]
This commit is contained in:
Illia Silin
2025-12-04 18:29:14 -08:00
committed by GitHub
parent e8e9f89bbe
commit 88a222f851

View File

@@ -29,4 +29,4 @@ RUN groupadd -g 109 render && \
git sparse-checkout set projects/hipblaslt shared/origami && \
cd projects/hipblaslt && \
git show --oneline -s && \
CPLUS_INCLUDE_PATH="/opt/amdgpu/include/" ./install.sh -idc --logic-yaml-filter gfx950/*/* --architecture="gfx942;gfx950" -j 128 --skip_rocroller
CPLUS_INCLUDE_PATH="/opt/amdgpu/include/" ./install.sh -idc --architecture="gfx90a;gfx942;gfx950" -j 128 --skip_rocroller