摘要: 感觉AMP代码很好懂 一、vc++11代码 1: #include "stdafx.h" 2: #include <amp.h> 3: 4: using namespace concurrency; 5: 6: extern "C" __declspec ( dllexport ) void _stdcall square_array(float* arr, int n) 7: { 8: // Create a view over the data on the CPU 9: array_view<float,1> dataVie 阅读全文