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
oh right, now that we don't have the x86 libraries anymore, this restriction is not necessary anymore. And I wasn't thinking of ARM so far.
Out of curiosity, what platform are you running CUDA on ARM? (aren't the jetsons limited to Cuda 10?)
I am running on Jetson Xavier AGX. And, you are totally right, I am currently running into the CUDA 10 limitation. Just did not notice, because my code was silently switching to the CPU backend:-(
What changes are necessary to make ManagedCUDA work with CUDA 10 again?
Currently the NuGet packages ship x64 DLLs. This makes the NuGet packages useless on ARM systems. AnyCPU builds work perfectly during my ARM tests.
The text was updated successfully, but these errors were encountered: