10.1.105 is out. https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64
Created attachment 571142 [details] dev-util/nvidia-cuda-toolkit-10.1.105 ebuild I had to create a ebuild for nvidia-cuda-sdk 10.1.105 for (https://bugs.gentoo.org/679412) here is my updated ebuild for the toolkit with the required changes to work with the latest cuda 10.1 release
I can't recompile tensorflow with this ebuild: Cuda Configuration Error: Cannot find cuda library libcublas.so.10.1
I think this is a tensorflow problem ;)
They changed the folder structure for the install, cublas was moved to a separate folder, its been separated from the toolkit by the looks of things, so not sure if this will require a separate ebuild or should be included as a use flag? https://devtalk.nvidia.com/default/topic/1047981/cuda-setup-and-installation/cublas-for-10-1-is-missing/
We have to test cuda-toolkit-10.1 with latest cudnn-7.5.0.56. Cudnn depends to cuda-toolkit. https://bugs.gentoo.org/681698
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a12de7e7bbf1184550c35e3f164419b212160f commit 08a12de7e7bbf1184550c35e3f164419b212160f Author: Jan Vesely <jano.vesely@gmail.com> AuthorDate: 2019-03-23 06:41:21 +0000 Commit: Jason Zaman <perfinion@gentoo.org> CommitDate: 2019-04-05 15:38:31 +0000 dev-util/nvidia-cuda-toolkit: Bump to 10.1.105 Other changes: Bump to EAPI=7 Don't use versionator Update SRC_URI file name Don't unpack the source file twice Use dobin + doins instead of mv v2: move to toolkit directory before considering docs v3: remove more gdb/profiler/eclipse content Closes: https://github.com/gentoo/gentoo/pull/11481 Closes: https://bugs.gentoo.org/681694 Signed-off-by: Jan Vesely <jano.vesely@gmail.com> Signed-off-by: Jason Zaman <perfinion@gentoo.org> dev-util/nvidia-cuda-toolkit/Manifest | 1 + .../nvidia-cuda-toolkit-10.1.105.ebuild | 143 +++++++++++++++++++++ 2 files changed, 144 insertions(+)