[gem5-users] Re: [EXT] Re: Problem running gpu example with codespace

2025-03-01 Thread Matt Sinclair via gem5-users
Sorry, hit send too soon. The other thing to note from the error you sent is that gem5-vega is not found in the docker. Typically this happens when the docker working directory and/or volume is not able to find the file. I am not sure what directory you are running your command from, but this wo

[gem5-users] Re: [EXT] Re: Problem running gpu example with codespace

2025-03-01 Thread Matt Sinclair via gem5-users
Jason will have to chime in on setting up the codespace, as I am not familiar with that. But regarding the docker, did you try running "docker pull ghcr.io/gem5/gcn-gpu:v24-0" (or "docker pull ghcr.io/gem5/gcn-gpu:latest") first? I don't recall if Jason had the docker pre-downloaded and thus this

[gem5-users] Re: [EXT] Re: Problem running gpu example with codespace

2025-03-01 Thread Beser, Nicholas D. via gem5-users
Matt, Thank you for getting back to me. If I include the docker command I get the following error: root@codespaces-e992b2:/workspaces/en525-712-81-sp25-amd-gpu-using-gem5-gem5bootcamp2024/gem5# docker run --volume $(pwd):$(pwd) -w $(pwd) ghcr.io/gem5/gcn-gpu:v24-0 gem5-vega configs/example/apu