4
それでは、私は2つのOCLカーネルを持っているとしましょう:OpenCLカーネルの__のポイントは何ですか?
__kernel void vdotprod(
__global int* x,
__global int* y,
__global int* z,
__global int* d,
const int npoints)
と
kernel void vdotprod(
global int* x,
global int* y,
global int* z,
global int* d,
const int npoints)
は、コードの他のすべての側面が同じ(税込ホストコードとすべての)していると仮定すると、__何も影響しますか? __の目的は何ですか?