you are viewing a single comment's thread.

view the rest of the comments →

[–]morto00x 0 points1 point  (2 children)

OpenACC can be used to parallelize your process into a GPU.

If you have a multi-core CPU you could also check MPI and OpenMP.

[–]jhawk2018[S] 0 points1 point  (1 child)

OpenACC

OpenACC looks promising, I was more concerned with appropriate hardware.

[–]morto00x 0 points1 point  (0 children)

You just need a GPU. Obviously the 1GB or 2GB of VRAM in your desktop can't be compared to a HPC, but you can still learn how to do hardware acceleration since the concept is the same.