mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-14 02:11:25 +01:00
fixed minor typos
This commit is contained in:
parent
ede3b032cf
commit
8f1266e3fe
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
This following example shows how the \code{target} construct offloads a code
|
This following example shows how the \code{target} construct offloads a code
|
||||||
region to a target device. The variables \plc{p}, \plc{v1}, \plc{v2}, and \plc{N} are implicitly mapped
|
region to a target device. The variables \plc{p}, \plc{v1}, \plc{v2}, and \plc{N} are implicitly mapped
|
||||||
to the the target device.
|
to the target device.
|
||||||
|
|
||||||
\cexample{target}{1c}
|
\cexample{target}{1c}
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ to the the target device.
|
|||||||
|
|
||||||
This following example shows how the \code{target} construct offloads a code
|
This following example shows how the \code{target} construct offloads a code
|
||||||
region to a target device. The variables \plc{p}, \plc{v1} and \plc{v2} are explicitly mapped to the
|
region to a target device. The variables \plc{p}, \plc{v1} and \plc{v2} are explicitly mapped to the
|
||||||
the target device using the map clause. The variable \plc{N} is implicitly mapped to
|
target device using the \code{map} clause. The variable \plc{N} is implicitly mapped to
|
||||||
the target device.
|
the target device.
|
||||||
|
|
||||||
\cexample{target}{2c}
|
\cexample{target}{2c}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user