How get CUDA 9.2 working on Fedora 28
I am trying to run cuda 9.2 (for tensorflow) after upgrading to fedora 28, for testing the installation while compiling the cuda 9.2 samples the compilation failed, CUDA not yet support newer gcc, & fc 28 does not allow installation of gcc older than gcc8. for initial patch up I followed the process mentioned in : https://carterturn.com/h/Guides/NVIDI...
as on fedora 27 it got the cuda 9.1 with gcc6 running for me but still the compilation is failing with " /c++/8/utility(311): error: pack expansion does not make use of any argument packs"
is there any way around or solution to get cuda-9.2 running on fedora 28?
I wish I could upvote. I really, REALLY wish Fedora and Nvidia would get together and have better support for CUDA. Lack of Fedora/Nvidia support has me jumping to Ubuntu for CUDA.
Is Ubuntu going well with cuda? I may think of doing the same. I don't understand cuda 9+ hast to have float 128 support & while using nvcc it's one of the problem that's it's not defined. I just hope someone can suggest a fix for it