-
Notifications
You must be signed in to change notification settings - Fork 706
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
fix CUDA build of recent TensorFlow easyconfigs when using compiler symlinks #18235
Conversation
Add the TensorFlow-2.1.0_fix-cuda-build.patch to the TensorFlow-CUDA ECs to fix failure when compilers are on symlinked paths and e.g. ccache or rpath wrappers are used. Fixes easybuilders#17892
Test report by @branfosj |
1 failed test in 1 EC without any further information. :-( |
Test report by @Flamefire |
Test report by @Flamefire |
Test report by @SebastianAchilles |
The same failure happens without this PR, so I am happy to proceed here. |
Going in, thanks @Flamefire! |
Add the TensorFlow-2.1.0_fix-cuda-build.patch to the TensorFlow-CUDA ECs to fix failure when compilers are on symlinked paths and e.g. ccache or rpath wrappers are used.
Fixes #17892
Followup to #17058
I don't think a full test build is required as we already have experience with that patch and it used to be in 2.8.4. I verified that it applies to a git checkout of 2.9.1 and 2.11.0 as
--stop=patch
doesn't work for extensions.