-
Notifications
You must be signed in to change notification settings - Fork 9
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
Slack models on GPU #115
Comments
I suggest to use |
Not sure, I fully understand your suggestion. My question is more do you know the difference between |
Yes, I know the difference. I suggest this blog to understand it: |
fails, because we expected NLPModelMeta{S, T} if nlp is of type AbstractNLPModel{S, T} (see
NLPModelsModifiers.jl/src/slack-model.jl
Line 70 in a9fa774
However, nlp is {Float64, CuArray{Float64}} while the "slack" meta is {Float64, CuArray{Float64, 1, CUDA.Mem.DeviceBuffer}}
@amontoison an opinion on this? #114 is a suggestion to fix this.
The text was updated successfully, but these errors were encountered: