24
edits
Changes
no edit summary
<h3>Declare Target</h3>
''Calling functions within the scope of a target region.''
<pre>
#pragma omp declare target
int combine(int a, int b);
#pragma omp end declare target
</pre>
== Code for tests (Nathan) ==