Hi,
On Feb 23, 8:12 pm, Dinh <
hdin...@gmail.com> wrote:
> I was wondering if anyone had any success adding multiple device
> capability to CuPP?
I don't think so -- at least I am not aware of anyone who has done
this. It is on the todo list, but with a rather low priority at the
moment.
> Or any hint on how to go about doing this?
The idea is to use GPUworker (
http://forums.nvidia.com/index.php?showtopic=66598
) or something similar as part of cupp::device. All functions
interacting with the device will be put the in the cupp::device work
queue, which will be executed by a separate worker thread.
-Jens