Closed rosenrodt closed 5 years ago
Thanks! I'll look into today or later this week and merge.
It would be great if you can change the order of commits: first test which shows the bug, then commit with a fix. Please reference issue id in the fix commit. If you have problems with doing that, or don't know how to do it using git, don't worry, I'll do that for you. Thanks again for submitting a fix and testing it on two platforms!
I’ll do that once I get back to my computer. Do I simply force-push to rewrite the git history?
Yes, force push will work.
@jszuppe thanks. i've rearranged the commits
After looking at it.
sort_by_key
situation only.But in generally fix is ok.
bitonic_block_sort
with sort_by_key = false
. So I am not sure what you mean by that. Although I haven't looked into it but does the CPU equivalent or bitonic_block_sort
with sort_by_key = true
could possibly repro issue #774 too?btw the Travis build server seems to complain about missing CL.h
btw the Travis build server seems to complain about missing CL.h
Yeah, I'll have to fix Travis CI script someday.... Too much work at work ;)
I have modified test case to reproduce the issue as described in #774. And a fix is proposed
Tested on: