Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes, add more tests #2

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Bug fixes, add more tests #2

merged 1 commit into from
Dec 1, 2023

Conversation

guidorice
Copy link
Owner

@guidorice guidorice commented Dec 1, 2023

  • Fixes a race condition in the parallelized variant, which could be triggerred by changing the dtype to float64. By using a Tensor instead of a SIMD, it seems to be solved. This makes sense assuming each core has it's own SIMD registers.
  • Fix to support for non float types (e.g ints)
  • Add more tests

@guidorice guidorice self-assigned this Dec 1, 2023
@guidorice guidorice merged commit 6efcfe5 into main Dec 1, 2023
2 of 3 checks passed
@guidorice guidorice deleted the bug-fixes branch December 1, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant