gpgpu-sim in a docker image (Ubuntu 20.04, CUDA Toolkit 11)
$ docker build -t gpgpu-sim:latest .Use the container:
$ docker run -w /root -it gpgpu-sim /bin/bashFrom the shell in the container, run:
$ cd gpgpu-sim_distribution
$ source setup_environment
$ make clean
$ makeIt should now be compiled, and CUDA applications can now be compiled and run.