HOME
| OPENMP API Specification: "Version 5.2 -- GIT rev 95b2e3a44"

5.4.9  has_device_addr Clause

Name: has_device_addr

Properties: data-environment attribute, data-sharing attribute

Arguments

Name

Type

Properties

list

list of variable list item type

default

Directives

target

Semantics

The has_device_addr clause indicates that its list items already have device addresses and therefore they may be directly accessed from a target device. If the device address of a list item is not for the device on which the region that is associated with the construct on which the clause appears executes, accessing the list item inside the region results in unspecified behavior. The list items may include array sections.

Restrictions

Restrictions to the has_device_addr clause are as follows:

Cross References