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
cuda support is not enabled for the Sunshine build. At this point in time, I cannot determine the reason, but passing in the nvcc path manually via -D CMAKE_CUDA_COMPILER:PATH=/opt/cuda/bin/nvcc makes cmake fail to compile a simple test program with cuda.
This error does not occur in the upstream build, so not 100% sure what's going on. This issue is mostly for information purposes for users, but if anyone has an idea how to fix it, a PR would be welcomed.
Expected Behavior
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
cuda support is not enabled for the Sunshine build. At this point in time, I cannot determine the reason, but passing in the nvcc path manually via
-D CMAKE_CUDA_COMPILER:PATH=/opt/cuda/bin/nvcc
makes cmake fail to compile a simple test program with cuda.This error does not occur in the upstream build, so not 100% sure what's going on. This issue is mostly for information purposes for users, but if anyone has an idea how to fix it, a PR would be welcomed.
Expected Behavior
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: