We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d184eed commit d1193e8Copy full SHA for d1193e8
1 file changed
Dockerfile.pytorch
@@ -29,4 +29,4 @@ RUN groupadd -g 109 render && \
29
git sparse-checkout set projects/hipblaslt shared/origami && \
30
cd projects/hipblaslt && \
31
git show --oneline -s && \
32
- 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
0 commit comments