do not build hipblaslt for gfx90a to save time and disc space (#3362)

This commit is contained in:
Illia Silin
2025-12-05 08:39:18 -08:00
committed by GitHub
parent ed080f5a56
commit 608232ce82

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 --architecture="gfx90a;gfx942;gfx950" -j 128 --skip_rocroller
CPLUS_INCLUDE_PATH="/opt/amdgpu/include/" ./install.sh -idc --architecture="gfx942;gfx950" -j 128 --skip_rocroller