-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPGPU emulator for those who does not have GPU. #29
Comments
Note, -c dockwater
docker run --rm -it -v /home/woensug/.gitconfig:/home/None/.gitconfig:ro -v /home/woensug:/home/woensug --name noetic_runtime -e DISPLAY -e TERM -e QT_X11_NO_MITSHM=1 -e XAUTHORITY=/tmp/.docker7ua80rmz.xauth -v /tmp/.docker7ua80rmz.xauth:/tmp/.docker7ua80rmz.xauth -v /tmp/.X11-unix:/tmp/.X11-unix -v /etc/localtime:/etc/localtime:ro 5f75307ef91f install gpgpu dependencies install gcc 5 https://askubuntu.com/questions/1235819/ubuntu-20-04-gcc-version-lower-than-gcc-7 add gcc 5 and 9 https://www.fosslinux.com/39386/how-to-install-multiple-versions-of-gcc-and-g-on-ubuntu-20-04.htm select gcc 5 add PATHs source gpgpu compile gpgpu link cudart.so at cmakelist select gcc 9 catkin_make cp config files to ~/.ros Segmentation fault when running it. Probably caused by catkin_make compiled with gcc-9 and gpgpu-sim compiled with gcc-5. |
Works well as a standalone excutable with
|
The GPGPU-SIM repo https://github.com/gpgpu-sim/gpgpu-sim_distribution
This could benefit those who do not have a CUDA-capable NVIDIA card or any GPU card.
Testing on having it on our dockwater docker image
The text was updated successfully, but these errors were encountered: