-
Notifications
You must be signed in to change notification settings - Fork 226
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
CUSPARSE tests broken #259
Comments
|
Caused by #210, I reverted the commit for now. |
Also noticed this one:
Looks like a tolerance issue. Bumped it on the master branch. EDIT: I have to bump the rtol to 1e-2, which seems wrong, and at that point it fails with a SingularException later:
I don't really know what I'm doing here, so I'd appreciate @kshyatt or somebody else chiming in :-) |
Now that the CUTENSOR stuff is passing I can take a swing at this |
Hmm just rebased the original branch on top of |
So you can't reproduce the For the |
Haven't seen this for a while now. |
https://gitlab.com/JuliaGPU/CUDA.jl/-/jobs/615900224
This only surfaces on 1.5-rc1 because of the backport of JuliaLang/julia#36046 (there's a
MethodError
thrown that confuses the stack of testsets).The text was updated successfully, but these errors were encountered: