kwadraterry/GPGPU-LUT

Multiple GPU support

siamezzze opened this issue · 2 comments

Implement the algorithm to support multiple GPUs.

  1. Parallelize based on parts of image -- involves merging, that has to be done on CPU
    or
  2. Parallelize based on channels

Implemented in 69c3837 . Still no concurrency, though, but that is better tackled as additional issue ( #17). Technically, it works for multiple GPUs now, so I'm closing this.