[Openmp-commits] [PATCH] D55788: Fix performance regression in SPEC kdtree test
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 17 23:43:29 PST 2018
Hahnfeld added inline comments.
================
Comment at: runtime/src/kmp_wait_release.h:254-261
- pId = &(team->ompt_team_info.parallel_data);
tId = &(team->ompt_task_info.task_data);
} else {
- pId = OMPT_CUR_TEAM_DATA(this_thr);
tId = OMPT_CUR_TASK_DATA(this_thr);
}
} else {
----------------
Are you sure that you want to remove this lookup? This means always passing `NULL` AFAICS
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55788/new/
https://reviews.llvm.org/D55788
More information about the Openmp-commits
mailing list