-
Notifications
You must be signed in to change notification settings - Fork 108
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
can you build the tensorflow 1.8 with cuda 9.2? and publish the wheel #43
Comments
+1 |
i have build with cuda 9.2 |
I'm building, will post the results if i have any. |
Hi @DakshMiglani Did you compile it? Thanks in advance! |
@alejandrohall didn't work sorry. |
I have successfully built and run tensorflow1.8 and 1.9rc1 against cuda9.2+patch1 and cudnn 7.1, with python3.5 on Ubuntu 16.04. I installed cuda9.2 stuffs in a separate test folder (use the .run files without sudo) I source this script when building and whenever I run these versions of tf (tf1.9 compiled with openmpi. but need to change line 76 of tensorflow/tensorflow/contrib/mpi_collectives/kernels/mpi_ops.cc from se to stream_executor or build would fail) $PYTHONUSERBASE is set to the test folder so pip3 install --user would install the test tf whl (only one of 1.8 or 1.9rc can exist of course)inside the test folder without messing up the system's version. To invoke it would need to prepend $PYTHONPATH accordingly. This way it would invoke the test version of tf and it would point to the matching version of cuda (9.2 instead of system's 9.1)
It seems that 1.8 without mkl is faster than 1.8 with mkl same phenomenon with 1.9rc1 But then I have only one gpu, maybe the multiple gpu stuffs don't work? |
I have built a Tensorflow-1.9 with Cuda-9.2 here https://github.com/missionfission/tensorflow-wheel |
Well, I found error when installed using @missionfission's build. Hope this will help anyone. |
@chen0423 This just saved me a few hours of compile time, cheers 👍 |
@chen0423 Can you provide more information about how to build by self? Thank you. When I used your .whl, an error raise "tensorflow-1.9.0-cp36-cp36m-linux_x86_64.whl is not a supported wheel on this platform.". |
@lan2720 Moreover, you can take a look at:
(edit1) In the end, I am thinking about if it's inappropriate to discuss it in this thread, since it's actually issue related to my repo. Hope this helps and please forgive my poor language. |
Hi,
thanks for you works build the tensorflow with newest cuda.
can you build the tensorflow 1.8 with cuda 9.2? and publish the wheel
The text was updated successfully, but these errors were encountered: