public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* OPMD Task_Handles
@ 2022-05-31 12:01 Yousssef Magdy
  2022-06-02 15:48 ` Jakub Jelinek
  0 siblings, 1 reply; 2+ messages in thread
From: Yousssef Magdy @ 2022-05-31 12:01 UTC (permalink / raw)
  To: gcc; +Cc: ahmedsayedmousse, jakub, aya.nashaat99

hello there,
I am currently implementing the ompd lib as a graduation project with
Mohamed Atef, I am Facing some problems such as:
- in  ompd_get_scheduling_task_handle
<https://www.openmp.org/spec-html/5.1/openmpsu246.html#x311-4730005.5.7.3> that
is supposed to get the task was active when the task that represents
task_handle was scheduled, which is still on the stack of execution on the
same thread. I see that there is some scheduling point, such that barriers
and taskwaits.
so is there any hint of how can i get the scheduling_task?
- the other function ompd_get_task_frame
<https://www.openmp.org/spec-html/5.1/openmpsu246.html#x311-4780005.5.7.8>
should get the task exit_frame and enter_frame that point to the address of
 ompt_frame_t
<https://www.openmp.org/spec-html/5.1/openmpsu212.html#x269-3350004.4.4.28>
which
is dependent on ompt lib,  how could I implement it?
thanks in future

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-02 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 12:01 OPMD Task_Handles Yousssef Magdy
2022-06-02 15:48 ` Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).