Skip to content

Instantly share code, notes, and snippets.

Created January 16, 2014 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/8462813 to your computer and use it in GitHub Desktop.
Save anonymous/8462813 to your computer and use it in GitHub Desktop.
Streams and GPU:
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