extra patch for TensorFlow 1.12.0 to remove -B/usr/bin from linker_bin_path_flag in cuda_configure.bzl#7800
extra patch for TensorFlow 1.12.0 to remove -B/usr/bin from linker_bin_path_flag in cuda_configure.bzl#7800akesandgren merged 3 commits intoeasybuilders:developfrom FokkeDijkstra:tensorflow-fosscuda-2018b-extra-patch
Conversation
tensorflow-1.12.0/third_party/gpus/cuda_configure.bzl This prevents the wrong linker from being used.
…n_path_flag.patch
|
@FokkeDijkstra How does this problem manifest itself, can you show an example of an error? |
akesandgren
left a comment
There was a problem hiding this comment.
LGTM, makes sense do do this.
|
Patch should also be used in |
|
Yeah probably. I see no reason why not. |
I get errors like this when building TensorFlow on our CentOS 7.5 system: |
I'll add it to this PR. |
tensorflow-1.12.0/third_party/gpus/cuda_configure.bzl This prevents the wrong linker from being used.
|
Test report by @akesandgren |
|
Going in, thanks @FokkeDijkstra! |
|
Test report by @boegel |
Added extra patch to remove -B/usr/bin from linker_bin_path_flag in
tensorflow-1.12.0/third_party/gpus/cuda_configure.bzl
This prevents the wrong linker from being used.