Re: [hpx-users] Unable to connect to rostam

2018-06-18 Thread Gabriel Laberge
ow up > and let me in the server room. Now everything is back to normal. > > Regards, > Al > > On Sun, Jun 17, 2018 at 8:55 PM Gabriel Laberge > wrote: > >> Did you manage to get the cluster running again? If yes, I still can't >> connect. >> Thank yo

Re: [hpx-users] Unable to connect to rostam

2018-06-17 Thread Gabriel Laberge
t; https://github.com/STEllAR-GROUP/hpx > > >> -Original Message- >> From: hpx-users-boun...@stellar.cct.lsu.edu > boun...@stellar.cct.lsu.edu> On Behalf Of Gabriel Laberge >> Sent: Friday, June 15, 2018 5:31 PM >> To: hpx-users@stellar.cct.lsu.edu >

[hpx-users] Report GSoC: Alternative Smart Executors

2018-06-11 Thread Gabriel Laberge
using kfold-cross-validation, the algorithm will be fully implemented in python as a way for me to get familiar with the algorithm. Thank you very much, Once again I would like to apologize for missing the deadline. Gabriel Laberge ___ hpx-users

[hpx-users] Generating Data for HPX smart executors

2018-02-20 Thread Gabriel Laberge
Hi, I had a questions on the way data was generated in order to train the logistics regressions models talked about in [0] https://arxiv.org/pdf/1711.01519.pdf For each of the training examples, the optimal execution policies,chunk sizes and prefetching distance had to be found before the

[hpx-users] Machine learning applied to HPX smart executors

2018-02-19 Thread Gabriel Laberge
Hi, In the article [0]https://arxiv.org/abs/1711.01519 It is written that a binary logistic regression was used to find the execution policy and that a multinomial regression was used to find the chunk size and the prefetching distance. Would there be a possibility to use only one regression

[hpx-users] HPX smart executors data generation

2018-02-15 Thread Gabriel Laberge
Hi, In have a question about the HPX smart executors talked about in this article https://arxiv.org/pdf/1711.01519.pdf . I'm not sure to understand the way the way the data is generated. As an example, let's say I want to optimize a matrix multiplication task. The executor will use a

[hpx-users] HPX Smart executors for_each and for_loop

2018-03-13 Thread Gabriel Laberge
Hi, in the article [0] http://stellar.cct.lsu.edu/pubs/khatami_espm2_2017.pdf smart executors adaptive_chunk_size and make_prefetcher_distance are tested as execution policies on for_each loops. I was wondering if they also work as execution policies of HPX's for_loop. Thank you. Gabriel.

Re: [hpx-users] HPX Smart executors for_each and for_loop

2018-03-14 Thread Gabriel Laberge
Also I wonder, why the smart executors make_prefetcher_policy and adaptive_chunk_size are not present on the list of execution policies [1]https://stellar-group.github.io/hpx/docs/html/hpx/manual/parallel/executor_parameters.html Gabriel Laberge <gabriel.labe...@polymtl.ca> a écrit :