Answered C++ AMP on multicore CPU with SIMD

  • Sunday, September 18, 2011 11:16 AM
     
     
    I understand that a primary platform for C++ AMP is a GPU, but in many use cases multicore CPU with SIMD can be an attractive target as well. Does C++ AMP autovectorize to take advantage of SSE or AVX?

All Replies