fix: change arch to gfx803 only

This commit is contained in:
2024-09-13 09:32:19 -07:00
parent af09aa8e34
commit 0abbf5d2e5
4 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ FROM ubuntu:22.04 AS base
ARG ROCM_VERSION="5.7.3"
ARG ROCM_APT_CODE_NAME="jammy"
ARG ROCBLAS_BRANCH="release/rocm-rel-5.7"
# gfx803 as single target may cause error
ARG ROCBLAS_ARCH="gfx803;gfx900"
# "gfx803" or "gfx803;gfx900"
ARG ROCBLAS_ARCH="gfx803"
ARG DEBIAN_FRONTEND="noninteractive"
# Install essentials