Skip to content

How to use my gpu to work? #213

Answered by ProjectPhysX
dipta005 asked this question in Q&A
Discussion options

You must be logged in to vote

Oh I now see you have the simulation indeed running on the CPU. Your Nvidia GTX 1660 is not showing up as OpenCL device. Please install Nvidia's Linux driver:

sudo apt update && sudo apt upgrade -y
sudo apt install -y g++ git make ocl-icd-libopencl1 ocl-icd-opencl-dev nvidia-driver-550
sudo shutdown -r now

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dipta005
Comment options

@ProjectPhysX
Comment options

@dipta005
Comment options

@ProjectPhysX
Comment options

Answer selected by dipta005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants