Re: [hpx-users] GSoC 2018, on "applying machine learning technques ..." project

2018-02-19 Thread Patricia Grubel
As far as performance counters you may wish to experiment with the overhead counter in addition to the idle-rate counter. Pat > On Feb 19, 2018, at 12:26 PM, Zahra Khatami wrote: > > Hi Ray, > > If you refer to the published paper, you could get more information. >

Re: [hpx-users] GSoC 2018, on "applying machine learning technques ..." project

2018-02-19 Thread Zahra Khatami
Hi Ray, If you refer to the published paper, you could get more information. Generally talking, this project uses compiler and runtime system to gather both static and dynamic information to set HPX algorithm parameters such as chunk sizes efficiently. Static information are gathered by a

Re: [hpx-users] GSoC 2018, on "applying machine learning technques ..." project

2018-02-19 Thread 김규래
Hi Adrian, Thanks for clarifying. I think I pretty much get the picture. Looking forward to get in touch with Patrick in IRC within this week. Thanks everyone. msca8h at naver dot com msca8h at sogang dot ac dot kr Ray Kim ___ hpx-users mailing

Re: [hpx-users] GSoC 2018, on "applying machine learning technques ..." project

2018-02-19 Thread Adrian Serio
Patrick and Ray, Just for clarity's sake I will point out that Zahra's work did include information gathered at compile time. She used a custom Clang plugin to gather this information. That being said, we may want to only utilize runtime information in the context of this project. However,

Re: [hpx-users] GSoC 2018, on "applying machine learning technques ..." project

2018-02-18 Thread 김규래
​Hi again Patrick,​Thanks for keeping track of me. But the original GSoC project description and the paper[1] both mention compiler provided static data.From my belief this cannot be acquired from HPX performance counters (excuse me if they actually do)If this project should be independent of

Re: [hpx-users] GSoC 2018, on "applying machine learning technques ..." project

2018-02-17 Thread Patrick Diehl
inydnn, etc... > >  will also need to be included in the distribution. > > Am I understanding this project correctly? > >   > > Great regards, > > Ray Kim > >   > > -Original Message- > *From:* "Patrick Diehl"<patrickdie...@gmail

Re: [hpx-users] GSoC 2018, on "applying machine learning technques ..." project

2018-02-17 Thread 김규래
patrickdie...@gmail.com To: "김규래"msc...@naver.com; hpx-users@stellar.cct.lsu.edu; Cc: Sent: 2018-02-16 (금) 07:17:52 Subject: Re: [hpx-users] GSoC 2018, on "applying machine learning technques ..." project Hi Ray, welcome to the community. A good starting point for

Re: [hpx-users] GSoC 2018, on "applying machine learning technques ..." project

2018-02-15 Thread Patrick Diehl
Hi Ray, welcome to the community. A good starting point for this project would be to read this publication [0]: Zahra Khatami, Lukas Troska, Hartmut Kaiser, J. Ramanujan and Adrian Serio, “HPX Smart Executors”, In Proceedings of ESPM2’17: Third International Workshop on Extreme Scale Programming

[hpx-users] GSoC 2018, on "applying machine learning technques ..." project

2018-02-15 Thread 김규래
HI, my name is Ray Kim. I'm a junior EE student in Sogang Univ. Korea. I have a little experience in C++ and HPC applications and machine learning. Here is a link to my github profile for some of my personal projects. https://github.com/Red-Portal I'm interested in the project "Applying