The “CUDA 10 Features Revealed” dev blog at https://devblogs.nvidia.com/cuda-10-features-revealed/ mentions that
and
The CUDA 10 cluster installation does include a “compat” package, cuda-compat-10-0-410.48-1.el7.x86_64.rpm, which in turns provides the aforementioned compatibility libraries:
/usr/local/cuda-10.0
/usr/local/cuda-10.0/compat
/usr/local/cuda-10.0/compat/libcuda.so
/usr/local/cuda-10.0/compat/libcuda.so.1
/usr/local/cuda-10.0/compat/libcuda.so.410.48
/usr/local/cuda-10.0/compat/libnvidia-fatbinaryloader.so.410.48
/usr/local/cuda-10.0/compat/libnvidia-ptxjitcompiler.so.1
/usr/local/cuda-10.0/compat/libnvidia-ptxjitcompiler.so.410.48
However, I have not been able to get them to work.
Is there a specific version of the driver that they support ?
Is there any documentation on how to use them ?