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

NuGet packages should ship AnyCPU builds #97

Open
TillAlex opened this issue Jan 29, 2021 · 3 comments
Open

NuGet packages should ship AnyCPU builds #97

TillAlex opened this issue Jan 29, 2021 · 3 comments

Comments

@TillAlex
Copy link

Currently the NuGet packages ship x64 DLLs. This makes the NuGet packages useless on ARM systems. AnyCPU builds work perfectly during my ARM tests.

@kunzmi
Copy link
Owner

kunzmi commented Jan 29, 2021

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

@TillAlex
Copy link
Author

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?

@kunzmi
Copy link
Owner

kunzmi commented Jan 29, 2021

if you checkout commit 86f6c8d (.net Core 3 and built-in Linux support) you should have everything ready for Cuda 10 and .net Core

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

No branches or pull requests

2 participants