Tamás Hakkel
Tamás Hakkel
Additional information: - Only one unit test causes segmentation fault: ```c static bool test_optimized_md_zadd2_reduce_inner3(void) { UT_ASSERT(test_optimized_md_zadd(~(1ul+4ul), ~(1ul), ~0ul, true, false, false, 1.e-6)); } ``` - System tests are not affected...
Thank you both for your help. :) Sofia: Yes, it would be really nice to have this algorithm be implemented on GPU even for the 3D case!
Hi @mkrainiuk, thanks for the clarification; it helped a lot! However, the problem I faced in my project remains: `BLAS.set_num_threads` sets the BLAS and LAPACK thread count when using OpenBLAS,...
This PR is also ready for merging. @nantonel @lostella: Can you confirm that `mul_skipZeros!` from `VCAT` is safe to remove?
Hi there, this PR is still open because I don't have permission to merge it. Could you merge it or give me write access?
My new pull request contains changes in this PR.
Thanks for the feedback, and sorry for the messy PRs. Would it help if I discard this PR and break the changes included in it into multiple smaller pull requests,...
Instead of this large PR, I'll make multiple smaller, more focused PRs, starting with #101
Thanks, that was my guess, too.
I'll break this large PR into multiple smaller ones, but I'll keep this open for reference.