Daniel Thuerck
Daniel Thuerck
Hi @stepankonrad, thanks for contributing! You're absolutely right, a 0-objective would cause a 0-division - shame on me :/ Good point about negative costs. Though I always assumed costs are...
Wow, I have never seen a segfault _in the compiler_. Could you please try another compiler, e.g., `clang`?
Hi, setting this only once means that all edges hare the same cost function. Parameters `{1.0, 2.0}` lead to the following cst function: c(l_1, l_2) = 1.0 * min(abs(l_1 -...
Hi @blurgyy , sorry for the late answer! Can you, by any chance, post your code here? A good starting point would be [pairwise_table.impl.h](https://github.com/dthuerck/mapmap_cpu/blob/master/mapmap/source/cost_instances/pairwise_table.impl.h). Did you use a SIMD width...
Hi, unfortunately, I lack a WIndows/MSVC system to reproduce the issue; however, could you please check the following: 1) What is the SIMDWIDTH selected / reported for your system? 2)...
Hi there, I'd be happy tro investigate that. If you send me the mesh and instructions to replicate, I'll take a shot at it (at least under Linux).
Interesting - so far, I seem to be unable to reproduce it. Can you name me the CPU you're using so I can narrow this down to the right instruction...
One further thing to try would be edit all `v_load` variants in `source/vector_math.impl.h` so they *always* use the unaligned intrinsics (`loadu`). I'll see if I can get my hands on...
Ah, too bad, it's a compiler bug. Are you able to switch to VS? I'll push the change in #21 upstream. Regarding this problem, I only see two possibilities going...
Thanks for investigating!