-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Move NNlibCUDA #314
Move NNlibCUDA #314
Conversation
Our tests have gotten much more fragile recently. It might have to with the new code for AD being brittle. |
if VERSION >= v"1.6" && CUDA.functional() | ||
if get(ENV, "NNLIB_TEST_CUDA", "false") == "true" | ||
import Pkg | ||
Pkg.develop(url = "https://github.com/FluxML/NNlibCUDA.jl") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to a test dep once this is tagged
Merging now |
It's a little late now, but should we classify this kind of a change as breaking in future? #322 is a demonstration of how a minor version upgrade could drop previously working functionality (NNlib + CUDA used to be enough, now NNlibCUDA is required as well). |
Moves NNlibCUDA to its own repo (ref #300), and reinstates the ability to test outside of the CI environment. Good to unblock @maleadt with a CUDA compatible Flux release.