Hi cjstevenson
C++ AMP works on a variety of hardware from a variety of vendors.
The hardware abstraction in C++ AMP is called an accelerator, and you can query hardware properties through the accelerator interface (and also the accelerator_view):
http://www.danielmoth.com/Blog/concurrencyaccelerator.aspx
If you don’t see there what you are looking for, it is probably not available, sorry.
Cheers
Daniel
http://www.danielmoth.com/Blog/