7
2
47
168
176
240
一个简单的for循环,在Opencl中如何实现呢 kernel void loop() { int i=get_global_id(0); if(i>=100) return; }