5 lines
40 B
PHP
5 lines
40 B
PHP
|
#pragma omp target
|
||
|
{
|
||
|
i = i + VALUE;
|
||
|
}
|