fix: change arch to gfx803 only
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user