public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Implementing an algorithm in place of gomp  'auto'
@ 2019-03-01 14:40 김규래
  2019-03-01 17:32 ` Jakub Jelinek
  0 siblings, 1 reply; 7+ messages in thread
From: 김규래 @ 2019-03-01 14:40 UTC (permalink / raw)
  To: gcc Mailing List

Hello everyone, 
I'm an EE student at Sogang University Korea.
I have recently submitted a paper on parallel loop scheduling algorithm and had to modify libgomp a bit in the process.
It is known that the...
 
 

/* For now map to schedule(static), later on we could play with feedback driven choice. */


... comment has been in place for quite a while.
I'm curious if experimentally implementing a non-OMP-standard algorithm for the auto policy would be interesting.
Specifically, one of the Tapering Self-Scheduling, Bold Self-Scheduling, Factoring Self-Scheduling [1] algorithms.
If that is the case, I would like to propose this project for GSoC 2019.
 
Great regards from Korea,
Ray Kim
[1] "OpenMP Loop Scheduling Revisited: Making a Case for More Schedules", IWOMP 2018, https://arxiv.org/abs/1809.03188

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

end of thread, other threads:[~2019-03-02 17:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 14:40 Implementing an algorithm in place of gomp 'auto' 김규래
2019-03-01 17:32 ` Jakub Jelinek
2019-03-01 17:40   ` 김규래
2019-03-01 17:46     ` Jakub Jelinek
2019-03-02 13:05       ` 김규래
2019-03-02 16:48         ` Jakub Jelinek
2019-03-02 17:16           ` 김규래

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