#
48c8a579 |
| 03-May-2024 |
erichkeane <ekeane@nvidia.com> |
[OpenACC] Implement 'deviceptr' and 'attach' sema for compute constructs
These two are very similar to the other 'var-list' variants, except they require that the type of the variable be a pointer.
[OpenACC] Implement 'deviceptr' and 'attach' sema for compute constructs
These two are very similar to the other 'var-list' variants, except they require that the type of the variable be a pointer. This patch implements that restriction.
show more ...
|