Hartmut Kaiser
Hartmut Kaiser
> where should cpp unit test code go? @ct-clmsn what about adding it here: https://github.com/STEllAR-GROUP/phylanx/tree/master/tests/unit/algorithm?
> What is even stranger if you comment out the outer define and the next block everything works as expected ... FWIW, this is not strange at all as this...
@ct-clmsn what kind of traversal do you need? in-fix, pre-fix, post-fix? Also, could you elaborate on the concept of 'path', please? What information should be encoded by it?
@parsa Can this be closed now?
@kawilliams How many cores did you use to gather the data?
Wow, many thanks for starting this!
@msimberg I started to experiment with this and ran into the problem, that the Debug configuration of Phylanx links against both, the Debug and the Release versions of the HPX...
> Was this opened on purpose? Yes, just a reminder for us to go back a look more carefully at Phylanx' build system. I'm not 100% sure we have adjusted...
Why shouldn't this not be an error? We currently compile all `@Phylanx`-decorated functions once the first is invoked. Do you think we should delay the compilation until a function is...
We need to rethink how we should handle this situation. The problem currently is that the ctc_decode primitive now returns a pair of values once evaluated, however Keras expects a...