This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [GSoC'19, libgomp work-stealing] Task parallelism runtime
- From: 김규래<msca8h at naver dot com>
- To: Jakub Jelinek<jakub at redhat dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Tue, 09 Jul 2019 21:56:00 +0900
- Subject: Re: [GSoC'19, libgomp work-stealing] Task parallelism runtime
- References: <e2a9f7c55311795785d0f2c47f70acbd@cweb001.nm.nfra.io>
Hi,
This is an update about my status.
I've been working on unifying the three queues into a single queue.
I'm almost finished and passed all the tests except for the dependency handling part.
Ray Kim