-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add multiprecision tests #4
Labels
test
Add unit tests
Comments
I am moving this to future, as we need to focus on moving our code to JSO |
farhadrclass
added a commit
that referenced
this issue
Oct 30, 2023
farhadrclass
added a commit
to Farhad-phd/Old_FluxNLPModels.jl
that referenced
this issue
Oct 31, 2023
farhadrclass
added a commit
to Farhad-phd/Old_FluxNLPModels.jl
that referenced
this issue
Oct 31, 2023
New Flux Update ## v0.14.0 (July 2023) * Flux now requires julia v1.9 or later. * CUDA.jl is not a hard dependency anymore. Support is now provided through the extension mechanism, by loading `using Flux, CUDA`. The package cuDNN.jl also needs to be installed in the environment. (You will get instructions if this is missing.) * After a deprecations cycle, the macro `@epochs` and the functions `Flux.stop`, `Flux.skip`, `Flux.zeros`, `Flux.ones` have been removed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we do
obj(nlp, x32)
with a vector of typeFloat32
, will it return aFloat32
? Same for other precisions. This should be added to the unit tests.The text was updated successfully, but these errors were encountered: