Hi Charles,
> Thanks for getting back, there isn't anything else at the moment. The
> issue was needing to use setup_context to explicitly assign the devices.
ok, thanks for reporting.
> However, since I have you attention, is there any way for using multiple
> GPUs on a single job (e.g. GEMM)
Hi Karl,
Thanks for getting back, there isn't anything else at the moment. The
issue was needing to use setup_context to explicitly assign the devices.
However, since I have you attention, is there any way for using multiple
GPUs on a single job (e.g. GEMM)?
Let's say I have two matrices that a
Hi Charles,
> I am trying to set up a list of contexts whereby each context represents
> one platform and one device. I was thinking the function found here
> (https://github.com/cdeterman/gpuR/blob/develop/src/context.cpp)
> starting at line 108 (listContexts) would work.
>
> However, as seen i