From 2ff57b09d878f6f9a04b8f2ead8c2ba70763d588 Mon Sep 17 00:00:00 2001 From: Matthew Poremba Date: Wed, 31 Jan 2024 16:02:07 -0800 Subject: [PATCH] util: Update gcn-gpu to remove GCN3 add gfx902 (#804) This removes the gfx803 and gfx801 targets for building applications as GCN3 will be removed from gem5. It also removes the copy/paste bug from the HACC docker which is clobbering the HCC targets and removing gfx902. Change-Id: I9a0d7fda437e797baf0f743a0a450948b9260b07 Co-authored-by: Harshil Patel --- util/dockerfiles/gcn-gpu/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/util/dockerfiles/gcn-gpu/Dockerfile b/util/dockerfiles/gcn-gpu/Dockerfile index 6ccb150c12..91bad99c8b 100644 --- a/util/dockerfiles/gcn-gpu/Dockerfile +++ b/util/dockerfiles/gcn-gpu/Dockerfile @@ -125,7 +125,6 @@ RUN mkdir -p /root/.cache/miopen/2.9.0.8252-rocm-rel-4.0-26-64506314 && \ # Add commands from halofinder Dockerfile RUN apt-get update && apt-get -y install libopenmpi-dev libomp-dev -ENV HCC_AMDGPU_TARGET="gfx900" ENV HIPCC_BIN=/opt/rocm/bin ENV MPI_INCLUDE=/usr/lib/x86_64-linux-gnu/openmpi/include