Hello, is there any performance reason to use short vector types (as outlined in http://blogs.msdn.com/b/nativeconcurrency/archive/2012/04/03/short-vector-types-in-c-amp.aspx)
in my C++ AMP kernels that will be confined to execution only on the GPU? Or is this simply to clean up the syntax a little?
↧