public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Regarding passing additional parameters in runtime schedule
@ 2022-02-12  4:40 Prasoon Mishra CS20S028
  0 siblings, 0 replies; only message in thread
From: Prasoon Mishra CS20S028 @ 2022-02-12  4:40 UTC (permalink / raw)
  To: gcc

Dear gcc,
  I wanted to pass the address of an array defined in C code to the runtime
schedule in libgomp. Basically I want to pass some information from the C
code to the scheduler in OpenMp. I don't know how to achieve it. After
analyzing the assembly code generated by GCC, I understood there is
a GOMP_parallel_loop_maybe_nonmonotonic_runtime function which is called
and if I am able to add a function pointer as argument to this function, I
can do that. Please give some suggestions and pointers for me to
achieve this or any other way if there is a simple solution to send data
from c code to the scheduler in libgomp.

Please let me know. Thanks in advance.

Regards,
Prasoon

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-12  4:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12  4:40 Regarding passing additional parameters in runtime schedule Prasoon Mishra CS20S028

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).