This is an archive of the discontinued LLVM Phabricator instance.

[OMPT] Set thread_num in ompt_get_task_info()
AbandonedPublic

Authored by sconvent on Jan 24 2018, 5:07 AM.

Details

Summary

thread_num was not set until now.
I will update the task_types.c testcase to also test ompt_get_task_info(), including thread_num.

Diff Detail

Event Timeline

sconvent created this revision.Jan 24 2018, 5:07 AM

IMO this should be merged with D42472: It fixes a function and needs a test, no need for two changes.