Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OMPD] The LLVM OMPD library returns ompd_rc_unsupported or do not provide certain important ICVs for NVIDIA GPU handles #65

Open
jdelsign opened this issue Feb 27, 2019 · 0 comments

Comments

@jdelsign
Copy link

jdelsign commented Feb 27, 2019

The LLVM OMPD library returns ompd_rc_unsupported or do not provide certain important ICVs for NVIDIA GPU handles. The following is the list I have so far:

  • ompd_get_icv_from_scope("ompd-thread-num-var"), even though "ICV name=ompd-thread-num-var, id=7, scope=3" is returned from enumerate ICVs for the GPU.
  • ICV ("ompd-implicit-var") is not supported on the GPU. Therefore, is_implicit_task() cannot be implemented.
  • ICV ("active-levels-var") is not supported on the GPU. Therefore, is_in_parallel() cannot be implemented (via, active_levels > 0).
  • ICV ("ompd-final-var") is not supported on the GPU. Therefore, is_in_final() cannot be implemented.
@jdelsign jdelsign changed the title [OMPD] The LLVM OMPD library returns ompd_rc_unsupported or do not provide certain important ICVs for GPU handles [OMPD] The LLVM OMPD library returns ompd_rc_unsupported or do not provide certain important ICVs for NVIDIA GPU handles Feb 27, 2019
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

No branches or pull requests

1 participant