Closed SPAstef closed 4 years ago
CUDA works with gcc-8 too, is there some particular reason you check for gcc7 in the script?
@SPAstef
This script hasn't been tested thoroughly. It works with GCC 8 on 4.x kernel not 5.x kernels.
So Native clear Linux Is 4.x? Because it does work on mine...
So Native clear Linux Is 4.x? Because it does work on mine...
@SPAstef what's your CUDA version?
CUDA 10.1 on GTX 1060, latest CLR build, latest Nvidia Drivers.
To be clear, you can freely install CUDA on either GCC 8 or GCC 7. But you can't compile CUDA 10.0 examples with GCC 8 on kernel 5.x (native)
Oh, I didn't try the examples, but FFMPEG and the code I write compile and work flawlessly
CUDA works with gcc-8 too, is there some particular reason you check for gcc7 in the script?