Hartmut Kaiser

Results 521 comments of Hartmut Kaiser

@folshost We should at least diagnose this case and throw and exception if detected.

In the first step supporting 0, 1, and 2 dimensional data will be a good starting point to get the whole infrastructure in place.

We have started to add 3D data structure support to some of the primitives (see #665).

@stevenrbrandt currently parameters are always passed by value. So I'm not sure if we can solve this easily.

> @hkaiser and I don't think the Random Forest code can be made to work unless it is solved. :( Any suggestions you might have would be welcome.

@stevenrbrandt, this could have been caused by a problem in HPX. Could you please try https://github.com/STEllAR-GROUP/hpx/pull/5004 to see if this fixes your issue? After applying the patch, I see the...

This looks like a missing header file (`` or ``).

The Release and Debug errors seem to be unrelated. While the release error comes out of an actual action invocation, the Debug error happens in Spirit during parsing (presumably a...

@khuck I don't think `ulimit -s` has any bearings on the stack size used by HPX for its threads. I wouldn't rule out a stack overflow for this problem.

> @hkaiser any thoughts on the above? I thought maybe it was because access_function didn't inherit from public std::enable_shared_from_this like the other primitives. Could that be the case? @khuck: I...