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 <hpppatel@ucdavis.edu>
This commit is contained in:
Matthew Poremba
2024-01-31 16:02:07 -08:00
committed by GitHub
parent b5d18b84a8
commit 2ff57b09d8

View File

@@ -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