Open main menu

CDOT Wiki β

Changes

GPU621/To Be Announced

103 bytes added, 23:49, 18 November 2020
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) ==
24
edits