nikunj has quit [Remote host closed the connection]
nikunj has joined #ste||ar
nikunj has quit [Remote host closed the connection]
nikunj has joined #ste||ar
nikunj has quit [Remote host closed the connection]
nikunj has joined #ste||ar
eschnett has quit [Quit: eschnett]
hkaiser has quit [Quit: bye]
rori has joined #ste||ar
hkaiser has joined #ste||ar
<Yorlik>
Quick Question: hpx::new_ is nothing like new right? So - if a component goes out of scope and all shared pointers to it are released it should be detroyed, is that correct ?
<hkaiser>
yes
<hkaiser>
components are garbage collected
<Yorlik>
Would calling a component constructor locally work correctly or is it mandatory to use hpx::new_ to have correct registered AGAS ID, etc ?
<hkaiser>
you have to either use new_ or local_new
<hkaiser>
hoever new_<> with a local id will dispatch to local_new anyways
<Yorlik>
Allright - thanks
eschnett has joined #ste||ar
aserio has joined #ste||ar
hkaiser has quit [Quit: bye]
nikunj has quit [Read error: Connection reset by peer]
nikunj has joined #ste||ar
<simbergm>
hkaiser: do you know if ali is working on rostam at the moment? buildbot is down but not sure if I can restart it
lsl88 has quit [Read error: Connection reset by peer]
lsl88 has joined #ste||ar
RostamLog has joined #ste||ar
<Yorlik>
Is Catch2 usable to make tests using hpx components?
<Yorlik>
What am I doing wrong here?: return hpx::components::local_new<GameObject>(hpx::find_here()); gives me C:\__A\arc_2017\_INSTALL\hpx\stable\Debug\include\hpx\runtime\components\server\component.hpp(73): error C2664: 'agns::data::GameObject::GameObject(agns::data::GameObject &&)': cannot convert argument 1 from '_Ty' to 'const agns::data::GameObject &'
<rori>
K-ballo: Hey ! I'm trying to find BoostSIMD to check if my cmake changes work and it appears like the github repo is no longer maintained, do you know anything about this ?
RostamLog has joined #ste||ar
hkaiser has joined #ste||ar
aserio1 has joined #ste||ar
aserio has quit [Ping timeout: 264 seconds]
aserio1 is now known as aserio
aserio has quit [Ping timeout: 264 seconds]
<zao>
Proposed Boost.SIMD? :)
<zao>
rori: Judging by the issue and reddit thread I find, it sounds like they decided to go properitary partway into the process and pulled out.
<zao>
Sounds like there was a lot of drama on the list too.
<rori>
yeah actually I found it, it is now called nsimd and it has the same templates we need, only the headers are changing
<zao>
Sounds like their proposed replacement is going to be binary-only bullshit.
<zao>
parsa: You might be the person to ask out of the blue. Do you happen to know if BLAS/LAPACK implementations have any constraint on whether they may mess with or tolerate changes in the floating point environment like SSE rounding mode or overflow tracking?
<parsa>
zao: sorry, dunno
<zao>
Alright, wild shot :)
aserio has joined #ste||ar
<hkaiser>
zao: reminds me to remove support for Boost.SIMD from HPX
<hkaiser>
rori: ^^
<zao>
hkaiser: They went offline.
<hkaiser>
I know
<zao>
(I guess there's logs :) )
<hkaiser>
Joel was totally pissed about how the Boost discussion went a while ago