You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
It looks like vulpes is using an out-of-date Alea licensing manager- I was unable to resolve the licensing server to install a license. Is it feasible to update the nuget target to a more recent version of Alea.CUDA? I attempted to uninstall Alea.cubase and add Alea.CUDA but hit this exception when I ran the code:
Additional information: Could not load file or assembly 'Alea.CUDA, Version=1.3.914.0, Culture=neutral, PublicKeyToken=ba52afc3c2e933d6' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
After further digging this is because the dependent libraries weren't updated to use the new package. When I try to update Backpropagation to use Alea.CUDA I hit this error in nuget:
A numeric comparison was attempted on "$(TargetPlatformVersion)" that evaluates to "" instead of a number, in condition "'$(TargetPlatformVersion)' > '8.0'". C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets
I'm using VS2013. I can dig further tomorrow, but I'm wary of fixing a VS file to make things work. Suggestions?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It looks like vulpes is using an out-of-date Alea licensing manager- I was unable to resolve the licensing server to install a license. Is it feasible to update the nuget target to a more recent version of Alea.CUDA? I attempted to uninstall Alea.cubase and add Alea.CUDA but hit this exception when I ran the code:
After further digging this is because the dependent libraries weren't updated to use the new package. When I try to update Backpropagation to use Alea.CUDA I hit this error in nuget:
I'm using VS2013. I can dig further tomorrow, but I'm wary of fixing a VS file to make things work. Suggestions?
The text was updated successfully, but these errors were encountered: