-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support NVidia CUDA compilation with nvcc #56
Comments
Thank you. Usually, |
Is this an option that could be brought into the tool chain via CTNG? |
I'm quite sure that the answer is no. Given that it's NVidia, I bet that it's a set of precompiled binaries and header files that need to be plucked out of their SDK. It would be way better to have a separate "toolchain" archive for it, but I don't know how to do that. |
I mistook it. To cross-compile Does Nerves set CXX environment variable? |
Yes, |
That's great! Thus, I can implement Pelemay to work Jetson, even if on Nerves in future. |
Pelemay uses
nvcc
to generate CUDA code and would require it when targeting devices with NVidia GPUs (like the Jetson Nano)The path to
nvcc
should be set in theNVCC
environment variable.The text was updated successfully, but these errors were encountered: