-
Notifications
You must be signed in to change notification settings - Fork 470
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
Add yet another candidate for CUDA root #20858
Conversation
CUDA root is quite commonly located at `/opt/cuda`. Some linux distros like Archlinux installs CUDA to `/opt/cuda`. Additionally, some build systems like CMake uses this candidate for CUDA home as well.
Is there any chance that this PR will merged or at least reviewed? |
Hi @daskol a lot of people were on holidays. I'll try to merge this PR as soon as I get approval. |
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711428469
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711428469
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711428469
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711428469
Thank you for the update! I appreciate your effort and look forward to the merge when it's ready. |
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711428469
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711428469
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711428469
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711428469
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711428469
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711428469
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711818748
Add alternative CUDA root that is used in some systems. PiperOrigin-RevId: 711818748
Hi, this change was submitted in another PR - tensorflow/tensorflow@f3f10af |
Should I do anything else? I noticed and was very surprised that TF fully vendors XLA. |
Hi @daskol no, no further actions needed. |
Should I close this pull request? I noticed that PR #20971 and tensorflow/tensorflow#84029 have already been merged. |
Hi @daskol. Yes, you can close it. |
Great! Thank you for your time. |
@ybaturina Take a look at this pull please. It solves the issue with hermetic CUDA builds and CUDA root at
/opt/cuda
on some distros.CUDA root is quite commonly located at
/opt/cuda
./opt/cuda
[1].