Hartmut Kaiser
Hartmut Kaiser
> feel free to work on this. You might want to have a look at what's in the testing module: https://github.com/STEllAR-GROUP/hpx/blob/master/libs/testing/include/hpx/testing.hpp. We should try to avoid duplicating functionality in both...
The first two tasks have been merged to the master branch here: 870e507e28f77caaf5073e949fa7fe010456e592
50bededc1ab7b3fe12fda3d1d1b98ada823d5b08 implements zero-copy deserialization for the type `util::serialize_buffer`.
This can be potentially achieved by supplying your own counter discoverer function. I'll try to put together an example demonstrating its use for delayed counter registration.
I would like to suggest to exclude macro symbols that are used as #include guards and are otherwise guaranteed to be unique (either contain a data/time or a guid) for...
@pdimov Thanks Peter. Makes sense.
Are you sure those values returned from `.tensor()` went out of scope too early? The code here looks ok without your changes (but those shouldn't hurt in any way either).
@taless474 we see this as our computations are always done in `float64`. I have no solution to this except to really support `float32` in the backend.
First and foremost, this is missing from the frontend, but yah, we would need some backend support as well...
@parsa Are you sure this is the actual issue? Why does it work without that on CircleCI? Also, this shared library is not a PLUGIN, but just a 'normal' library...