Hi, I've been studying the libgomp task parallelism system. I have a few questions. First, Tracing the events shows that only the main thread calls GOMP_task. How do the other worker threads enter the libgomp runtime? I can't find the entry point of the worker threads from the event tracing and the assembly dump. Second, How is the task priority set? Ray Kim
- [GSoC'19, libgomp work-stealing] Task parallelism runtime 김규래
- Re: [GSoC'19, libgomp work-stealing] Task parallelism... Jakub Jelinek
- Re: [GSoC'19, libgomp work-stealing] Task parallelis... 김규래
- Re: Re: [GSoC'19, libgomp work-stealing] Task pa... Jakub Jelinek
- Re: Re: [GSoC'19, libgomp work-stealing] Task pa... John Pinkerton