The STREAM Triad kernel is as follows: Copy Code. #pragma parallel for for (i =0; i<N; i++) { a[i] = b[i] + c[i] * SCALAR; } ...
確定! 回上一頁