hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
K-ballo has quit [Quit: K-ballo]
<gonidelis[m]> hkaiser: pm
diehlpk has joined #ste||ar
hkaiser has quit [Quit: Bye!]
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
inertia[away] is now known as inertia
<ms[m]> daint ci jobs are currently not running due to hitting a quota... will hopefully have them back soon
Yorlik has joined #ste||ar
<ms[m]> dkaratza: for the seed, you can initialize it with `std::random_device{}()` so that runs get different seeds if one doesn't pass `--seed`
<ms[m]> and then, if the user passes `--seed`, you use that as the seed instead
<ms[m]> the `vm.count("seed")` here: https://github.com/STEllAR-GROUP/hpx/blob/dd3f3d9ae87b93c383877f4f69dc97842c2f8387/libs/core/async_cuda/tests/unit/cublas_matmul.cpp#L270-L271 checks how many times `--seed` was passed on the command line
<ms[m]> if zero, it'll just use the random seed from `random_device`
K-ballo has joined #ste||ar
inertia is now known as inertia[away]
inertia[away] is now known as inertia
<pedro_barbosa[m]> is there a limit to the number of arguments I can use in a kernel in HPXCL?
Yorlik has quit [Ping timeout: 265 seconds]
Yorlik has joined #ste||ar
inertia is now known as inertia[away]
K-ballo has quit [Quit: K-ballo]
K-ballo has joined #ste||ar
Yorlik has quit [Ping timeout: 268 seconds]
hkaiser has joined #ste||ar
<gonidelis[m]> hkaiser: pm
Yorlik has joined #ste||ar
diehlpk has joined #ste||ar
hkaiser has quit [Quit: Bye!]
hkaiser has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
hkaiser has quit [Quit: Bye!]
jehelset has joined #ste||ar
jehelset has quit [Remote host closed the connection]
tufei has quit [Quit: Leaving]
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
diehlpk has quit [Client Quit]
diehlpk has joined #ste||ar
hkaiser has joined #ste||ar
jehelset has joined #ste||ar
Yorlik has quit [Ping timeout: 268 seconds]
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
diehlpk has quit [Client Quit]
inertia[away] is now known as inertia
inertia is now known as inertia[away]
diehlpk has joined #ste||ar
jehelset has quit [Remote host closed the connection]
<diehlpk> hkaiser: Do we meet today?
jehelset has joined #ste||ar
<hkaiser> diehlpk: I'm done with reading the particle
<hkaiser> I applied some typo fixes, grammar changes, some minor content corrections
<hkaiser> I added a bunch of comments to the code examples
<hkaiser> HTH