Skip to content

fixes nanval substitution on new keys #3261

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

Merged
merged 1 commit into from
Jun 22, 2022
Merged

Conversation

syurkevi
Copy link
Contributor

@syurkevi syurkevi commented Jun 15, 2022

Bugfix PR fixing nanval substitution on new keys.
Previously, nan values would not be replaced if they fell on a key boundary for the CPU backend

  • Is this a new feature or a bug fix?
    Bug fix
  • More detail if necessary to describe all commits in pull request.
    Commit includes fix and test
  • Potential impact on specific hardware, software or backends.
    Fix for CPU backend only, others worked before
  • Can this PR be backported to older versions?
    Yes

Fixes: #3255

Checklist

  • Rebased on latest master
  • Code compiles
  • Tests pass

@syurkevi syurkevi merged commit bd0b864 into arrayfire:master Jun 22, 2022
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.

[BUG] NAN not being replaced by af_product_by_key_nan and af_sum_by_key_nan
2 participants