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
Yorlik_ has joined #ste||ar
Yorlik has quit [Ping timeout: 255 seconds]
hkaiser has quit [Quit: Bye!]
Yorlik_ has quit [Ping timeout: 256 seconds]
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 256 seconds]
K-ballo1 is now known as K-ballo
<satacker[m]> <hkaiser> "satacker: value_types_of_t..." <- Yes, I am on the same page with this. (sigh)
<satacker[m]> <hkaiser> "satacker: single_or<void..." <- single_or alone or together with single_t ?
<satacker[m]> > <@hkaiser:libera.chat> satacker: single_or<void> represents essentially a construct that is equivalent to the template template variant
<satacker[m]> * `single_or` alone or together with `single_t` ?
Yorlik_ has joined #ste||ar
<satacker[m]> <hkaiser> "I hope that makes any sense" <- it'll take some time for me, let me got through it once more
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 248 seconds]
K-ballo1 is now known as K-ballo
hkaiser has joined #ste||ar
<dkaratza[m]> hkaiser: I am checking the warnings we get when building the docs. There are quite a lot saying `cpp:identifier reference target not found`. I think that's because of missing documentation, so I'd like to fix some
<dkaratza[m]> so, if i want to get rid of `cpp:identifier reference target not found: hpx::parallel::util::detail::algorithm_result_t<ExPolicy, FwdIter2>` for example
<hkaiser> dkaratza[m]: yah, that would be the way to go
<hkaiser> thanks
<hkaiser> dkaratza[m]: also, should we meet again this Thursday?
hkaiser has quit [Quit: Bye!]
<dkaratza[m]> hkaiser: of course, I got it on schedule :)
<dkaratza[m]> <hkaiser> "dkaratza: yah, that would be the..." <- I am not so sure how though
<dkaratza[m]> I tried sth like this but didn't work
<dkaratza[m]> `namespace hpx { namespace parallel { namespace util { namespace detail {... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/9504a9051cef723d1dbca7eda155c41ec2bd4f70)
<dkaratza[m]> s///, s///, s///
<dkaratza[m]> s///, s///, s///
RostamLog has joined #ste||ar
hkaiser has joined #ste||ar
<hkaiser> dkaratza[m]: those links are dead, could you repost your question, please?
<dkaratza[m]> sure, I am trying to add some documentation for this file https://github.com/STEllAR-GROUP/hpx/blob/master/libs/core/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp, but I am not sure how. So, what I tried but didn't work is the following:
<dkaratza[m]> `namespace hpx { namespace parallel { namespace util { namespace detail { // clang-format off /////////////////////////////////////////////////////////////////////////// /// This is a test
<dkaratza[m]> algorithm_result_t<ExPolicy, FwdIter2> // clang-format on }}}} // namespace hpx::parallel::util::detail`
<dkaratza[m]> and that's because I want to eliminate the following warning:
<dkaratza[m]> `cpp:identifier reference target not found: hpx::parallel::util::detail::algorithm_result_t<ExPolicy, FwdIter2>`
K-ballo has quit [Remote host closed the connection]
K-ballo has joined #ste||ar
<hkaiser> dkaratza[m]: yes, so what's your question?
<dkaratza[m]> hkaiser: what i tried, doesn't eliminate the warning. Is what I am doing correct?
<hkaiser> if the file get's parsed by doxygen, yes - but didn't we skip all files in some /detail/ directory ?