Skip to content

Instantly share code, notes, and snippets.

@ffbit
Forked from anonymous/gist:8462813
Created January 16, 2014 20:36
Show Gist options
  • Save ffbit/8462960 to your computer and use it in GitHub Desktop.
Save ffbit/8462960 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Jan 16, 2014.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@

    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()?