Skip to content

Instantly share code, notes, and snippets.

@ffbit
Forked from anonymous/gist:8462813
Created January 16, 2014 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ffbit/8462960 to your computer and use it in GitHub Desktop.
Save ffbit/8462960 to your computer and use it in GitHub Desktop.
I want to implement a simple simulator (Cellular automaton) and can use both java.util.concurrent.* or java.util.stream.* for parallel execution (later produces nicer code). With Java9 I want to execute on the GPU. Which package to use to prepare for GPU computation? Will there be a .parallelGPUStream()?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment