-
Notifications
You must be signed in to change notification settings - Fork 7
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
floating point exception in RandBLAS::SJLTS::fill_colwise
#18
Comments
@rileyjmurray Could you take a look at this? |
I'll look at this right away!
…On Fri, Dec 9, 2022 at 12:41 PM Burlen Loring ***@***.***> wrote:
@rileyjmurray <https://github.com/rileyjmurray> Could you take a look at
this?
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACRLIFHGL2PNNPFOKIKEW4DWMOKQ3ANCNFSM6AAAAAASZXJTO4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The problem is that |
Got it thanks! May be worth mentioning this in the |
user error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a floating point exception generated by the following line because
j == n_rows == 4
RandBLAS/include/RandBLAS/sjlts.hh
Line 89 in 550bbcd
we got here by:
the value of sjl at this point is:
The text was updated successfully, but these errors were encountered: