Skip to content
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

Merged
merged 14 commits into from
Apr 16, 2021
Merged

Move NNlibCUDA #314

merged 14 commits into from
Apr 16, 2021

Conversation

DhairyaLGandhi
Copy link
Member

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.

@DhairyaLGandhi
Copy link
Member Author

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")
Copy link
Member Author

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

@DhairyaLGandhi
Copy link
Member Author

Merging now

@DhairyaLGandhi DhairyaLGandhi merged commit a04e916 into master Apr 16, 2021
@DhairyaLGandhi DhairyaLGandhi deleted the nnlibcuda branch April 16, 2021 12:07
@ToucheSir
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants