I'm interested in DirectCompute and I would like to know if it's possible, having two different Graphics adapters connected to the computer to use Direct Compute on both at the same time, like in CUDA. As far as a i know dispatching a computer shader in directcompute is asynchronous, so would be possible to dispatch computer shaders to different devices created with different adapters?
Thanks in advance!