Files
gem5/util/dockerfiles
Matthew Poremba 3520c83673 util: Add gdb to gcn-gpu Dockerfile
gdb was originally part of the ROCm 1.6 Dockerfile a few years ago. It
got removed when updating to ROCm 4.0. This adds it back as being able
to debug things is quite useful.

Change-Id: I3f8148cde79e6cc5233fa3c8c830b64817f01d3a
2023-08-31 11:08:30 -05:00
..

This directory contains Dockerfiles used to create images used in the gem5 project. The docker-compose.yaml defines the building of each image. The images can be built locally using docker-compose build.