We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
I just saw this while debugging another issue. The rows here are CPU exact, CPU approx, GPU approx. GPU should have returned None as well.
Row(k='oy\x08Y£àK<', the_percentile=None) Row(k='oy\x08Y£àK<', the_percentile=None) Row(k='oy\x08Y£àK<', the_percentile=[0.0, 0.0, 0.0, 0.0, 0.0])
Steps/Code to reproduce bug TBD I am working on improving the integration tests to catch this.
Expected behavior CPU and GPU should match.
Environment details (please complete the following information) N/A
Additional context N/A
The text was updated successfully, but these errors were encountered:
We have also seen illegal memory access errors related to this issue
Sorry, something went wrong.
andygrove
Successfully merging a pull request may close this issue.
Describe the bug
I just saw this while debugging another issue. The rows here are CPU exact, CPU approx, GPU approx. GPU should have returned None as well.
Steps/Code to reproduce bug
TBD I am working on improving the integration tests to catch this.
Expected behavior
CPU and GPU should match.
Environment details (please complete the following information)
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: