Skip to content

espidev/gpgpu-sim-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

gpgpu-sim-docker

gpgpu-sim in a docker image (Ubuntu 20.04, CUDA Toolkit 11)

Build

$ docker build -t gpgpu-sim:latest .

Run

Use the container:

$ docker run -w /root -it gpgpu-sim /bin/bash

From the shell in the container, run:

$ cd gpgpu-sim_distribution
$ source setup_environment
$ make clean
$ make

It should now be compiled, and CUDA applications can now be compiled and run.

About

gpgpu-sim in a docker image (Ubuntu 20.04, CUDA Toolkit 11)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published