Skip to content

Conversation

@abhinavgaba
Copy link
Contributor

Depends on #169603.

This is the use_device_ptr counterpart of #168905.

With OpenMP 6.1, a fallback modifier can be specified on the
use_device_ptr clause to control the behavior when a pointer lookup
fails, i.e. there is no device pointer to translate into.

The default is fb_preserve (i.e. retain the original pointer), while
fb_nullify means: use nullptr as the translated pointer.

…fb_nullify)`.

Depends on #169603.

This is the `use_device_ptr` counterpart of #168905.

With OpenMP 6.1, a `fallback` modifier can be specified on the
`use_device_ptr` clause to control the behavior when a pointer lookup
fails, i.e. there is no device pointer to translate into.

The default is `fb_preserve` (i.e. retain the original pointer), while
`fb_nullify` means: use `nullptr` as the translated pointer.
@github-actions
Copy link

github-actions bot commented Dec 4, 2025

✅ With the latest revision this PR passed the C/C++ code formatter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants