4 lines
40 B
C++
4 lines
40 B
C++
#pragma omp target
|
|
{
|
|
i = i + VALUE;
|
|
}
|
#pragma omp target
|
|
{
|
|
i = i + VALUE;
|
|
}
|