CUDA Example. __global__ void smooth_kernel(float sf, float *a_d, float *b_d). {. __shared__ float a[16][5][3]; // shared memory array ...
確定! 回上一頁