K-ballo changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/
K-ballo has quit [Quit: K-ballo]
hkaiser has quit [Quit: bye]
bita has quit [Ping timeout: 245 seconds]
diehlpk_work has quit [Remote host closed the connection]
dashohoxha[m] has joined #ste||ar
dashohoxha has joined #ste||ar
syrex has joined #ste||ar
K-ballo has joined #ste||ar
hkaiser has joined #ste||ar
<dashohoxha>
I am a tech writer interested about your GSoD'21 project. How should I apply?
<rachitt_shah[m]>
Hey dashohoxha , have you looked at the 2021 project ideas?
<rachitt_shah[m]>
You may want to start working on some issues, to get clarity.
<dashohoxha>
The application process does not work like this.
<dashohoxha>
I am asking how to apply for this project.
<dashohoxha>
You are telling me how to get started.
dashohoxha has quit [Quit: Connection closed]
<K-ballo>
not the most productive attitude
<rachitt_shah[m]>
<dashohoxha "I am asking how to apply for thi"> you need to be enrolled first either for an undergrad, masters or any enrolled program
<ms[m]>
rachitt_shah, dashohoxha, we'll get back to interested writers later this week/early next week about more details on how to formally apply for being a writer for us
<ms[m]>
for now, yes, getting acquainted with building the documentation is a good start, but we'll mostly be interested in hearing about your prior experience and how exactly you'd like to contribute within the project here: https://github.com/STEllAR-GROUP/hpx/wiki/GSoD-2021-Project-Proposal
<ms[m]>
rachitt_shah: this is season of docs, not summer of code, and the requirements are different (one does not have to be a student for season of docs)
<hkaiser>
srinivasyadav227: dataseq should still be using it's own implementation
<srinivasyadav227>
now since theres no (datapar/dataseq) implementation for transform_loop_ind, should i create one?
<srinivasyadav227>
or should i make it to use transform_loop version of datapar/dataseq?
<hkaiser>
hmmm
<hkaiser>
I just can't remember
<hkaiser>
I think I changed the base implementation to rely on tag_invoke, now what might be missing is to change the datapar implementations to use tag_invoke as well
<hkaiser>
didn't we talk about that? (sorry, it's all fuzzy in my memory)
<srinivasyadav227>
no no, during foreach_performance branch, you have implemented tranform_loop_ind only for sequenced policy, so my doubt was now tranform algorithm is calling transform_loop_ind, so this means it runs sequentially with both seq and dataseq, so should be seperate implementation for transform_loop_ind for (datapar/dataseq)?
<hkaiser>
srinivasyadav227: I looked again: I converted the util::loop_n to tag_invoke only, the transform_loop_n needs to be changed, still