-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
Use NNlibCUDA v0.1.5 to allow CUDA v3.3.1 #1648
Conversation
Ah we are finally reporting the failures in the tests! The scalar indexing was quite jarring to look at in the CI. |
Do you know why nightly GHA is still failing? I thought NNlibCUDA v0.1.5 included FluxML/NNlibCUDA.jl#14 and FluxML/NNlibCUDA.jl#15. |
Good timing, I just submitted #1651. Hopefully that takes care of it. |
I think we have all of #1651 changes in here. |
Thanks I missed that. FluxML/NNlibCUDA.jl#19 should fix the errors in NNlibCUDA. |
ref FluxML/NNlibCUDA.jl#20 (comment) We can release a patch but I have added CI for 1.7 as well. That way, if there are lingering qualifications remaining, we can find out without disturbing user code. |
Great, so we have green CI, and the GPU cases erring as expected - we can mark broken tests and fix them in incoming PRs. |
closing this as it doesn´t seem to be needed after #1657 |
Adds a lower bound to NNlibCUDA so it can pull in CUDA v3.3.1
Will release once CI passes.