Hi,
I'm interested in using Arrayfire for some of our applications. I'm very impressed with how quickly I've been able to prototype some algorithms within the framework. Two important questions:
1. Multi-GPU support - looks like this is an iffy subject for Arrayfire (
https://github.com/arrayfire/arrayfire/issues/907). Just double checking that this is the latest on multi-gpu support.
2. Multiple backends - Is it possible to use both CUDA and OpenCL platforms within the same application? Documentation leads me to believe that AF will throw an exception if I try to do that, but I want to ask the experts if it's possible. Our existing code base uses both due to uncertainty around NVidia's commitment to OpenCL.