I understand that C ++ AMP is accelerated using GPUs that support DirectX 11.
However, my question is: if a compiled C ++ AMP program runs on a machine without a DirectX 11 compatible GPU, what happens?
Is it emulated using some software implementation of DirectCompute?
Is it running on the processor (possibly using SSE style instructions)?
Or is it just not fulfilling?
source share