Name: is_device_ptr | Properties: data-environment attribute, data-sharing attribute |
|
Arguments
Name | Type | Properties |
list | list of variable list item type | |
|
Directives
,Semantics
The is_device_ptr clause indicates that its list items are device pointers. Support for device pointers created outside of OpenMP, specifically outside of any OpenMP mechanism that returns a device pointer, is implementation defined.If the is_device_ptr clause is specified on a target construct, each list item privatized inside the construct and the new list item is initialized to the device address to which the original list item refers.
Restrictions
Restrictions to the is_device_ptr clause are as follows:Each list item must be a valid device pointer for the device data environment.
Cross References