Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Try to build with Cuda 10.2 on Linux #111
Conversation
|
Hi, I was also looking into cuda 10.2 support. Even if I installed cuda 10.2 on a local machine, and successfully built from source. TF2.3 (dso_loader.cc) is still trying to load cuda 10.1 as it's hard coded. Need to symlink cuda10.2 as 10.1. |
|
Hi @roywei , As we have discussed with @frankfliu during our last meeting, we try to keep the build of the native libraries as close as what is being delivered in the Python wheels and try to avoid tampering with the source code of the main TF repository, since it would be hard for us to guarantee any stability by doing so. We also have discussed starting to have additional "experimental" builds, in which case no stability will be guaranteed and users would be well aware of it. Cuda 10.2-enabled can be one of them. But right now, we already have a lot of issues with our build platform (GitHub actions) and adding more stress on it is probably not something that we will look at in the near future. So I would say that having custom builds (where you can patch the code as you want) is probably still the best approach until TensorFlow supports Cuda 10.2 officially. There is already this issue reported in TensorFlow core where you can share your ideas as well: tensorflow/tensorflow#38194 |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

DO NOT MERGE, this is just a test for now