CUDA error code=35 (cudaErrorInsufficientDriver) on Fedora release 28

I trying to run CUDA examples and always get CUDA error code=35 (cudaErrorInsufficientDriver) on Fedora release 28 with GeForce GTX 1080. My driver version is 390.59

System info:

[glushenkov@localhost cuda]$ cat /etc/*-release
Fedora release 28 (Twenty Eight)
NAME=Fedora
VERSION=“28 (Workstation Edition)”
ID=fedora
VERSION_ID=28
VERSION_CODENAME=“”
PLATFORM_ID=“platform:f28”
PRETTY_NAME=“Fedora 28 (Workstation Edition)”
ANSI_COLOR=“0;34”
LOGO=fedora-logo-icon
CPE_NAME=“cpe:/o:fedoraproject:fedora:28”
HOME_URL=“https://fedoraproject.org/
SUPPORT_URL=“Communicating and getting help - Fedora Project Wiki
BUG_REPORT_URL=“https://bugzilla.redhat.com/
REDHAT_BUGZILLA_PRODUCT=“Fedora”
REDHAT_BUGZILLA_PRODUCT_VERSION=28
REDHAT_SUPPORT_PRODUCT=“Fedora”
REDHAT_SUPPORT_PRODUCT_VERSION=28
PRIVACY_POLICY_URL=“Privacy Statement for the Fedora Project :: Fedora Docs
VARIANT=“Workstation Edition”
VARIANT_ID=workstation
Fedora release 28 (Twenty Eight)
Fedora release 28 (Twenty Eight)

My GPU info:

[glushenkov@localhost lib64]$ nvidia-smi
Mon Dec 31 20:28:25 2018
±----------------------------------------------------------------------------+
| NVIDIA-SMI 390.59 Driver Version: 390.59 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1080 Off | 00000000:65:00.0 On | N/A |
| 50% 54C P0 49W / 210W | 179MiB / 8116MiB | 2% Default |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 2794 G /usr/libexec/Xorg 20MiB |
| 0 3890 G /usr/libexec/Xorg 156MiB |
±----------------------------------------------------------------------------+
[glushenkov@localhost lib64]$ modinfo nvidia
filename: /lib/modules/4.17.9-200.fc28.x86_64/extra/nvidia.ko.xz
alias: char-major-195-*
version: 390.59
supported: external
license: NVIDIA
srcversion: C762D1E6B1DB924CB2DF5C2
alias: pci:v000010DEd00000E00svsdbc04sc80i00*
alias: pci:v000010DEdsvsdbc03sc02i00
alias: pci:v000010DEdsvsdbc03sc00i00
depends: ipmi_msghandler
retpoline: Y
name: nvidia
vermagic: 4.17.9-200.fc28.x86_64 SMP mod_unload
parm: NVreg_Mobile:int
parm: NVreg_ResmanDebugLevel:int
parm: NVreg_RmLogonRC:int
parm: NVreg_ModifyDeviceFiles:int
parm: NVreg_DeviceFileUID:int
parm: NVreg_DeviceFileGID:int
parm: NVreg_DeviceFileMode:int
parm: NVreg_UpdateMemoryTypes:int
parm: NVreg_InitializeSystemMemoryAllocations:int
parm: NVreg_UsePageAttributeTable:int
parm: NVreg_MapRegistersEarly:int
parm: NVreg_RegisterForACPIEvents:int
parm: NVreg_CheckPCIConfigSpace:int
parm: NVreg_EnablePCIeGen3:int
parm: NVreg_EnableMSI:int
parm: NVreg_TCEBypassMode:int
parm: NVreg_UseThreadedInterrupts:int
parm: NVreg_EnableStreamMemOPs:int
parm: NVreg_EnableBacklightHandler:int
parm: NVreg_EnableUserNUMAManagement:int
parm: NVreg_EnableIBMNPURelaxedOrderingMode:int
parm: NVreg_MemoryPoolSize:int
parm: NVreg_IgnoreMMIOCheck:int
parm: NVreg_RegistryDwords:charp
parm: NVreg_RegistryDwordsPerDevice:charp
parm: NVreg_RmMsg:charp
parm: NVreg_AssignGpus:charp

1 Like

I took my CUDA toolkit from here CUDA Toolkit 11.7 Update 1 Downloads | NVIDIA Developer

The version probably refers to your CUDA library, and not to the GPU driver. Sorry, I am unable to say what version is needed for your case, but every CUDA program is compiled against a particular compute architecture…which is not the same as the video driver (though the video driver is required for the CUDA libraries to interact). Someone else may be able to answer requirements of that sample program, and then compare it to the version of CUDA you installed.

Your link indicates CUDA 10. CUDA 10 is not compatible with driver version 390.59

The error code is expected. You have an incorrect install of CUDA 10.

Robert_Crovella, thnx for answer. But i didnt understand, what should i exactly do? Lets go in order:

I found an article in this site Install NVIDIA CUDA Toolkit 12.1 on Fedora 38/37 :: If Not True Then False
Step 1:
I tried install like it`s written in this article (Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 410.48?
(y)es/(n)o/(q)uit: n)

And then I had the same warning like in the article:

Driver:   Not Selected
Toolkit:  Installed in /home/glushenkov/usr/local/cuda-10.0
Samples:  Installed in /home/glushenkov

Please make sure that
 -   PATH includes /home/glushenkov/usr/local/cuda-10.0/bin
 -   LD_LIBRARY_PATH includes /home/glushenkov/usr/local/cuda-10.0/lib64, or, add /home/glushenkov/usr/local/cuda-10.0/lib64 to /etc/ld.so.conf and run ldconfig as root

To uninstall the CUDA Toolkit, run the uninstall script in /home/glushenkov/usr/local/cuda-10.0/bin

Please see CUDA_Installation_Guide_Linux.pdf in /home/glushenkov/usr/local/cuda-10.0/doc/pdf for detailed information on setting up CUDA.

***WARNING: Incomplete installation! This installation did not install the CUDA Driver. A driver of version at least 384.00 is required for CUDA 10.0 functionality to work.
To install the driver using this installer, run the following command, replacing <CudaInstaller> with the name of this run file:
    sudo <CudaInstaller>.run -silent -driver

Logfile is /tmp/cuda_install_7583.log

The file contents /tmp/cuda_install_7583.log

Using more to view the EULA.

Installing the CUDA Toolkit in /home/glushenkov/usr/local/cuda-10.0 ...
Verifying archive integrity... All good.

Uncompressing NVIDIA CUDA....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Logging to /tmp/cuda-installer-7724

Creating symbolic link /usr/local/cuda -> /home/glushenkov/usr/local/cuda-10.0

========================================

Please make sure that

 -   PATH includes /home/glushenkov/usr/local/cuda-10.0/bin

 -   LD_LIBRARY_PATH includes /home/glushenkov/usr/local/cuda-10.0/lib64, or, add /home/glushenkov/usr/local/cuda-10.0/lib64 to /etc/ld.so.conf and run ldconfig as root

Please read the release notes in /home/glushenkov/usr/local/cuda-10.0/doc/

To uninstall the CUDA Toolkit, run the uninstall script in /home/glushenkov/usr/local/cuda-10.0/bin

Installation Complete

Verifying archive integrity... All good.

Uncompressing NVIDIA CUDA Samples..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

'samples/0_Simple' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple'

'samples/0_Simple/inlinePTX_nvrtc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/inlinePTX_nvrtc'

'samples/0_Simple/inlinePTX_nvrtc/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/inlinePTX_nvrtc/Makefile'

'samples/0_Simple/inlinePTX_nvrtc/inlinePTX.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/inlinePTX_nvrtc/inlinePTX.cpp'

'samples/0_Simple/inlinePTX_nvrtc/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/inlinePTX_nvrtc/readme.txt'

'samples/0_Simple/inlinePTX_nvrtc/inlinePTX_kernel.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/inlinePTX_nvrtc/inlinePTX_kernel.cu'

'samples/0_Simple/fp16ScalarProduct' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/fp16ScalarProduct'

'samples/0_Simple/fp16ScalarProduct/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/fp16ScalarProduct/Makefile'

'samples/0_Simple/fp16ScalarProduct/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/fp16ScalarProduct/NsightEclipse.xml'

'samples/0_Simple/fp16ScalarProduct/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/fp16ScalarProduct/readme.txt'

'samples/0_Simple/fp16ScalarProduct/fp16ScalarProduct.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/fp16ScalarProduct/fp16ScalarProduct.cu'

'samples/0_Simple/simpleP2P' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleP2P'

'samples/0_Simple/simpleP2P/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleP2P/Makefile'

'samples/0_Simple/simpleP2P/simpleP2P.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleP2P/simpleP2P.cu'

'samples/0_Simple/simpleP2P/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleP2P/NsightEclipse.xml'

'samples/0_Simple/simpleP2P/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleP2P/readme.txt'

'samples/0_Simple/simpleSeparateCompilation' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSeparateCompilation'

'samples/0_Simple/simpleSeparateCompilation/simpleDeviceLibrary.cuh' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSeparateCompilation/simpleDeviceLibrary.cuh'

'samples/0_Simple/simpleSeparateCompilation/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSeparateCompilation/Makefile'

'samples/0_Simple/simpleSeparateCompilation/simpleSeparateCompilation.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSeparateCompilation/simpleSeparateCompilation.cu'

'samples/0_Simple/simpleSeparateCompilation/settings.nvlink' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSeparateCompilation/settings.nvlink'

'samples/0_Simple/simpleSeparateCompilation/simpleDeviceLibrary.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSeparateCompilation/simpleDeviceLibrary.cu'

'samples/0_Simple/simpleSeparateCompilation/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSeparateCompilation/NsightEclipse.xml'

'samples/0_Simple/simpleSeparateCompilation/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSeparateCompilation/readme.txt'

'samples/0_Simple/simpleLayeredTexture' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleLayeredTexture'

'samples/0_Simple/simpleLayeredTexture/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleLayeredTexture/Makefile'

'samples/0_Simple/simpleLayeredTexture/simpleLayeredTexture.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleLayeredTexture/simpleLayeredTexture.cu'

'samples/0_Simple/simpleLayeredTexture/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleLayeredTexture/NsightEclipse.xml'

'samples/0_Simple/simpleLayeredTexture/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleLayeredTexture/readme.txt'

'samples/0_Simple/cppIntegration' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppIntegration'

'samples/0_Simple/cppIntegration/main.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppIntegration/main.cpp'

'samples/0_Simple/cppIntegration/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppIntegration/Makefile'

'samples/0_Simple/cppIntegration/cppIntegration.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppIntegration/cppIntegration.cu'

'samples/0_Simple/cppIntegration/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppIntegration/NsightEclipse.xml'

'samples/0_Simple/cppIntegration/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppIntegration/readme.txt'

'samples/0_Simple/cppIntegration/cppIntegration_gold.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppIntegration/cppIntegration_gold.cpp'

'samples/0_Simple/simpleCudaGraphs' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCudaGraphs'

'samples/0_Simple/simpleCudaGraphs/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCudaGraphs/Makefile'

'samples/0_Simple/simpleCudaGraphs/simpleCudaGraphs.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCudaGraphs/simpleCudaGraphs.cu'

'samples/0_Simple/simpleCudaGraphs/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCudaGraphs/NsightEclipse.xml'

'samples/0_Simple/simpleCudaGraphs/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCudaGraphs/readme.txt'

'samples/0_Simple/simpleOccupancy' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleOccupancy'

'samples/0_Simple/simpleOccupancy/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleOccupancy/Makefile'

'samples/0_Simple/simpleOccupancy/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleOccupancy/NsightEclipse.xml'

'samples/0_Simple/simpleOccupancy/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleOccupancy/readme.txt'

'samples/0_Simple/simpleOccupancy/simpleOccupancy.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleOccupancy/simpleOccupancy.cu'

'samples/0_Simple/simpleTemplates' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates'

'samples/0_Simple/simpleTemplates/sharedmem.cuh' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates/sharedmem.cuh'

'samples/0_Simple/simpleTemplates/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates/Makefile'

'samples/0_Simple/simpleTemplates/simpleTemplates.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates/simpleTemplates.cu'

'samples/0_Simple/simpleTemplates/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates/NsightEclipse.xml'

'samples/0_Simple/simpleTemplates/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates/readme.txt'

'samples/0_Simple/simplePitchLinearTexture' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simplePitchLinearTexture'

'samples/0_Simple/simplePitchLinearTexture/simplePitchLinearTexture.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simplePitchLinearTexture/simplePitchLinearTexture.cu'

'samples/0_Simple/simplePitchLinearTexture/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simplePitchLinearTexture/Makefile'

'samples/0_Simple/simplePitchLinearTexture/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simplePitchLinearTexture/NsightEclipse.xml'

'samples/0_Simple/simplePitchLinearTexture/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simplePitchLinearTexture/readme.txt'

'samples/0_Simple/simpleAssert' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAssert'

'samples/0_Simple/simpleAssert/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAssert/Makefile'

'samples/0_Simple/simpleAssert/simpleAssert.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAssert/simpleAssert.cu'

'samples/0_Simple/simpleAssert/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAssert/NsightEclipse.xml'

'samples/0_Simple/simpleAssert/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAssert/readme.txt'

'samples/0_Simple/cppOverload' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppOverload'

'samples/0_Simple/cppOverload/cppOverload.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppOverload/cppOverload.cu'

'samples/0_Simple/cppOverload/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppOverload/Makefile'

'samples/0_Simple/cppOverload/cppOverload_kernel.cuh' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppOverload/cppOverload_kernel.cuh'

'samples/0_Simple/cppOverload/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppOverload/NsightEclipse.xml'

'samples/0_Simple/cppOverload/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cppOverload/readme.txt'

'samples/0_Simple/clock_nvrtc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/clock_nvrtc'

'samples/0_Simple/clock_nvrtc/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/clock_nvrtc/Makefile'

'samples/0_Simple/clock_nvrtc/clock_kernel.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/clock_nvrtc/clock_kernel.cu'

'samples/0_Simple/clock_nvrtc/clock.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/clock_nvrtc/clock.cpp'

'samples/0_Simple/clock_nvrtc/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/clock_nvrtc/readme.txt'

'samples/0_Simple/simpleMPI' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMPI'

'samples/0_Simple/simpleMPI/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMPI/Makefile'

'samples/0_Simple/simpleMPI/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMPI/readme.txt'

'samples/0_Simple/simpleMPI/simpleMPI.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMPI/simpleMPI.cpp'

'samples/0_Simple/simpleMPI/simpleMPI.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMPI/simpleMPI.cu'

'samples/0_Simple/simpleMPI/simpleMPI.h' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMPI/simpleMPI.h'

'samples/0_Simple/vectorAddDrv' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAddDrv'

'samples/0_Simple/vectorAddDrv/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAddDrv/Makefile'

'samples/0_Simple/vectorAddDrv/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAddDrv/readme.txt'

'samples/0_Simple/vectorAddDrv/vectorAdd_kernel.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAddDrv/vectorAdd_kernel.cu'

'samples/0_Simple/vectorAddDrv/vectorAddDrv.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAddDrv/vectorAddDrv.cpp'

'samples/0_Simple/simpleTemplates_nvrtc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates_nvrtc'

'samples/0_Simple/simpleTemplates_nvrtc/sharedmem.cuh' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates_nvrtc/sharedmem.cuh'

'samples/0_Simple/simpleTemplates_nvrtc/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates_nvrtc/Makefile'

'samples/0_Simple/simpleTemplates_nvrtc/simpleTemplates.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates_nvrtc/simpleTemplates.cpp'

'samples/0_Simple/simpleTemplates_nvrtc/simpleTemplates_kernel.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates_nvrtc/simpleTemplates_kernel.cu'

'samples/0_Simple/simpleTemplates_nvrtc/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTemplates_nvrtc/readme.txt'

'samples/0_Simple/simpleStreams' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleStreams'

'samples/0_Simple/simpleStreams/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleStreams/Makefile'

'samples/0_Simple/simpleStreams/simpleStreams.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleStreams/simpleStreams.cu'

'samples/0_Simple/simpleStreams/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleStreams/NsightEclipse.xml'

'samples/0_Simple/simpleStreams/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleStreams/readme.txt'

'samples/0_Simple/simpleCooperativeGroups' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCooperativeGroups'

'samples/0_Simple/simpleCooperativeGroups/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCooperativeGroups/Makefile'

'samples/0_Simple/simpleCooperativeGroups/simpleCooperativeGroups.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCooperativeGroups/simpleCooperativeGroups.cu'

'samples/0_Simple/simpleCooperativeGroups/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCooperativeGroups/NsightEclipse.xml'

'samples/0_Simple/simpleCooperativeGroups/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCooperativeGroups/readme.txt'

'samples/0_Simple/simpleSurfaceWrite' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSurfaceWrite'

'samples/0_Simple/simpleSurfaceWrite/data' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSurfaceWrite/data'

'samples/0_Simple/simpleSurfaceWrite/data/ref_rotated.pgm' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSurfaceWrite/data/ref_rotated.pgm'

'samples/0_Simple/simpleSurfaceWrite/data/lena_bw.pgm' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSurfaceWrite/data/lena_bw.pgm'

'samples/0_Simple/simpleSurfaceWrite/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSurfaceWrite/Makefile'

'samples/0_Simple/simpleSurfaceWrite/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSurfaceWrite/NsightEclipse.xml'

'samples/0_Simple/simpleSurfaceWrite/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSurfaceWrite/readme.txt'

'samples/0_Simple/simpleSurfaceWrite/simpleSurfaceWrite.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleSurfaceWrite/simpleSurfaceWrite.cu'

'samples/0_Simple/simpleZeroCopy' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleZeroCopy'

'samples/0_Simple/simpleZeroCopy/doc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleZeroCopy/doc'

'samples/0_Simple/simpleZeroCopy/doc/CUDA2.2PinnedMemoryAPIs.pdf' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleZeroCopy/doc/CUDA2.2PinnedMemoryAPIs.pdf'

'samples/0_Simple/simpleZeroCopy/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleZeroCopy/Makefile'

'samples/0_Simple/simpleZeroCopy/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleZeroCopy/NsightEclipse.xml'

'samples/0_Simple/simpleZeroCopy/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleZeroCopy/readme.txt'

'samples/0_Simple/simpleZeroCopy/simpleZeroCopy.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleZeroCopy/simpleZeroCopy.cu'

'samples/0_Simple/simpleVoteIntrinsics' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics'

'samples/0_Simple/simpleVoteIntrinsics/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics/Makefile'

'samples/0_Simple/simpleVoteIntrinsics/simpleVote_kernel.cuh' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics/simpleVote_kernel.cuh'

'samples/0_Simple/simpleVoteIntrinsics/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics/NsightEclipse.xml'

'samples/0_Simple/simpleVoteIntrinsics/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics/readme.txt'

'samples/0_Simple/simpleVoteIntrinsics/simpleVoteIntrinsics.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics/simpleVoteIntrinsics.cu'

'samples/0_Simple/cudaTensorCoreGemm' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cudaTensorCoreGemm'

'samples/0_Simple/cudaTensorCoreGemm/cudaTensorCoreGemm.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cudaTensorCoreGemm/cudaTensorCoreGemm.cu'

'samples/0_Simple/cudaTensorCoreGemm/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cudaTensorCoreGemm/Makefile'

'samples/0_Simple/cudaTensorCoreGemm/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cudaTensorCoreGemm/NsightEclipse.xml'

'samples/0_Simple/cudaTensorCoreGemm/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cudaTensorCoreGemm/readme.txt'

'samples/0_Simple/matrixMul' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMul'

'samples/0_Simple/matrixMul/matrixMul.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMul/matrixMul.cu'

'samples/0_Simple/matrixMul/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMul/Makefile'

'samples/0_Simple/matrixMul/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMul/NsightEclipse.xml'

'samples/0_Simple/matrixMul/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMul/readme.txt'

'samples/0_Simple/matrixMul_nvrtc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMul_nvrtc'

'samples/0_Simple/matrixMul_nvrtc/matrixMul_kernel.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMul_nvrtc/matrixMul_kernel.cu'

'samples/0_Simple/matrixMul_nvrtc/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMul_nvrtc/Makefile'

'samples/0_Simple/matrixMul_nvrtc/matrixMul.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMul_nvrtc/matrixMul.cpp'

'samples/0_Simple/matrixMul_nvrtc/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMul_nvrtc/readme.txt'

'samples/0_Simple/simpleAssert_nvrtc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAssert_nvrtc'

'samples/0_Simple/simpleAssert_nvrtc/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAssert_nvrtc/Makefile'

'samples/0_Simple/simpleAssert_nvrtc/simpleAssert_kernel.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAssert_nvrtc/simpleAssert_kernel.cu'

'samples/0_Simple/simpleAssert_nvrtc/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAssert_nvrtc/readme.txt'

'samples/0_Simple/simpleAssert_nvrtc/simpleAssert.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAssert_nvrtc/simpleAssert.cpp'

'samples/0_Simple/template' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/template'

'samples/0_Simple/template/template.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/template/template.cu'

'samples/0_Simple/template/doc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/template/doc'

'samples/0_Simple/template/doc/black_1x1.gif' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/template/doc/black_1x1.gif'

'samples/0_Simple/template/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/template/Makefile'

'samples/0_Simple/template/template_cpu.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/template/template_cpu.cpp'

'samples/0_Simple/template/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/template/NsightEclipse.xml'

'samples/0_Simple/template/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/template/readme.txt'

'samples/0_Simple/UnifiedMemoryStreams' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/UnifiedMemoryStreams'

'samples/0_Simple/UnifiedMemoryStreams/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/UnifiedMemoryStreams/Makefile'

'samples/0_Simple/UnifiedMemoryStreams/UnifiedMemoryStreams.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/UnifiedMemoryStreams/UnifiedMemoryStreams.cu'

'samples/0_Simple/UnifiedMemoryStreams/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/UnifiedMemoryStreams/NsightEclipse.xml'

'samples/0_Simple/UnifiedMemoryStreams/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/UnifiedMemoryStreams/readme.txt'

'samples/0_Simple/matrixMulDrv' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulDrv'

'samples/0_Simple/matrixMulDrv/matrixMulDrv.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulDrv/matrixMulDrv.cpp'

'samples/0_Simple/matrixMulDrv/matrixMul_kernel.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulDrv/matrixMul_kernel.cu'

'samples/0_Simple/matrixMulDrv/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulDrv/Makefile'

'samples/0_Simple/matrixMulDrv/matrixMul.h' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulDrv/matrixMul.h'

'samples/0_Simple/matrixMulDrv/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulDrv/readme.txt'

'samples/0_Simple/asyncAPI' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/asyncAPI'

'samples/0_Simple/asyncAPI/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/asyncAPI/Makefile'

'samples/0_Simple/asyncAPI/asyncAPI.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/asyncAPI/asyncAPI.cu'

'samples/0_Simple/asyncAPI/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/asyncAPI/NsightEclipse.xml'

'samples/0_Simple/asyncAPI/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/asyncAPI/readme.txt'

'samples/0_Simple/cdpSimplePrint' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimplePrint'

'samples/0_Simple/cdpSimplePrint/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimplePrint/Makefile'

'samples/0_Simple/cdpSimplePrint/settings.nvlink' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimplePrint/settings.nvlink'

'samples/0_Simple/cdpSimplePrint/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimplePrint/NsightEclipse.xml'

'samples/0_Simple/cdpSimplePrint/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimplePrint/readme.txt'

'samples/0_Simple/cdpSimplePrint/cdpSimplePrint.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimplePrint/cdpSimplePrint.cu'

'samples/0_Simple/cudaOpenMP' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cudaOpenMP'

'samples/0_Simple/cudaOpenMP/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cudaOpenMP/Makefile'

'samples/0_Simple/cudaOpenMP/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cudaOpenMP/readme.txt'

'samples/0_Simple/cudaOpenMP/cudaOpenMP.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cudaOpenMP/cudaOpenMP.cu'

'samples/0_Simple/simpleTexture' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTexture'

'samples/0_Simple/simpleTexture/simpleTexture.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTexture/simpleTexture.cu'

'samples/0_Simple/simpleTexture/data' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTexture/data'

'samples/0_Simple/simpleTexture/data/ref_rotated.pgm' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTexture/data/ref_rotated.pgm'

'samples/0_Simple/simpleTexture/data/lena_bw.pgm' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTexture/data/lena_bw.pgm'

'samples/0_Simple/simpleTexture/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTexture/Makefile'

'samples/0_Simple/simpleTexture/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTexture/NsightEclipse.xml'

'samples/0_Simple/simpleTexture/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTexture/readme.txt'

'samples/0_Simple/systemWideAtomics' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/systemWideAtomics'

'samples/0_Simple/systemWideAtomics/systemWideAtomics.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/systemWideAtomics/systemWideAtomics.cu'

'samples/0_Simple/systemWideAtomics/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/systemWideAtomics/Makefile'

'samples/0_Simple/systemWideAtomics/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/systemWideAtomics/NsightEclipse.xml'

'samples/0_Simple/systemWideAtomics/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/systemWideAtomics/readme.txt'

'samples/0_Simple/simpleCallback' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCallback'

'samples/0_Simple/simpleCallback/simpleCallback.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCallback/simpleCallback.cu'

'samples/0_Simple/simpleCallback/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCallback/Makefile'

'samples/0_Simple/simpleCallback/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCallback/NsightEclipse.xml'

'samples/0_Simple/simpleCallback/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCallback/readme.txt'

'samples/0_Simple/simpleCallback/multithreading.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCallback/multithreading.cpp'

'samples/0_Simple/simpleCallback/multithreading.h' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCallback/multithreading.h'

'samples/0_Simple/inlinePTX' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/inlinePTX'

'samples/0_Simple/inlinePTX/inlinePTX.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/inlinePTX/inlinePTX.cu'

'samples/0_Simple/inlinePTX/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/inlinePTX/Makefile'

'samples/0_Simple/inlinePTX/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/inlinePTX/NsightEclipse.xml'

'samples/0_Simple/inlinePTX/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/inlinePTX/readme.txt'

'samples/0_Simple/simpleAtomicIntrinsics_nvrtc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics_nvrtc'

'samples/0_Simple/simpleAtomicIntrinsics_nvrtc/simpleAtomicIntrinsics.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/simpleAtomicIntrinsics.cpp'

'samples/0_Simple/simpleAtomicIntrinsics_nvrtc/simpleAtomicIntrinsics_kernel.cuh' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/simpleAtomicIntrinsics_kernel.cuh'

'samples/0_Simple/simpleAtomicIntrinsics_nvrtc/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/Makefile'

'samples/0_Simple/simpleAtomicIntrinsics_nvrtc/simpleAtomicIntrinsics_cpu.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/simpleAtomicIntrinsics_cpu.cpp'

'samples/0_Simple/simpleAtomicIntrinsics_nvrtc/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics_nvrtc/readme.txt'

'samples/0_Simple/simpleTextureDrv' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTextureDrv'

'samples/0_Simple/simpleTextureDrv/simpleTexture_kernel.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTextureDrv/simpleTexture_kernel.cu'

'samples/0_Simple/simpleTextureDrv/data' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTextureDrv/data'

'samples/0_Simple/simpleTextureDrv/data/ref_rotated.pgm' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTextureDrv/data/ref_rotated.pgm'

'samples/0_Simple/simpleTextureDrv/data/lena_bw.pgm' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTextureDrv/data/lena_bw.pgm'

'samples/0_Simple/simpleTextureDrv/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTextureDrv/Makefile'

'samples/0_Simple/simpleTextureDrv/simpleTextureDrv.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTextureDrv/simpleTextureDrv.cpp'

'samples/0_Simple/simpleTextureDrv/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleTextureDrv/readme.txt'

'samples/0_Simple/simpleCubemapTexture' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCubemapTexture'

'samples/0_Simple/simpleCubemapTexture/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCubemapTexture/Makefile'

'samples/0_Simple/simpleCubemapTexture/simpleCubemapTexture.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCubemapTexture/simpleCubemapTexture.cu'

'samples/0_Simple/simpleCubemapTexture/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCubemapTexture/NsightEclipse.xml'

'samples/0_Simple/simpleCubemapTexture/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleCubemapTexture/readme.txt'

'samples/0_Simple/simpleMultiGPU' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiGPU'

'samples/0_Simple/simpleMultiGPU/simpleMultiGPU.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiGPU/simpleMultiGPU.cu'

'samples/0_Simple/simpleMultiGPU/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiGPU/Makefile'

'samples/0_Simple/simpleMultiGPU/simpleMultiGPU.h' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiGPU/simpleMultiGPU.h'

'samples/0_Simple/simpleMultiGPU/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiGPU/NsightEclipse.xml'

'samples/0_Simple/simpleMultiGPU/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiGPU/readme.txt'

'samples/0_Simple/simpleAtomicIntrinsics' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics'

'samples/0_Simple/simpleAtomicIntrinsics/simpleAtomicIntrinsics_kernel.cuh' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics/simpleAtomicIntrinsics_kernel.cuh'

'samples/0_Simple/simpleAtomicIntrinsics/doc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics/doc'

'samples/0_Simple/simpleAtomicIntrinsics/doc/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics/doc/readme.txt'

'samples/0_Simple/simpleAtomicIntrinsics/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics/Makefile'

'samples/0_Simple/simpleAtomicIntrinsics/simpleAtomicIntrinsics_cpu.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics/simpleAtomicIntrinsics_cpu.cpp'

'samples/0_Simple/simpleAtomicIntrinsics/simpleAtomicIntrinsics.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics/simpleAtomicIntrinsics.cu'

'samples/0_Simple/simpleAtomicIntrinsics/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics/NsightEclipse.xml'

'samples/0_Simple/simpleAtomicIntrinsics/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleAtomicIntrinsics/readme.txt'

'samples/0_Simple/clock' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/clock'

'samples/0_Simple/clock/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/clock/Makefile'

'samples/0_Simple/clock/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/clock/NsightEclipse.xml'

'samples/0_Simple/clock/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/clock/readme.txt'

'samples/0_Simple/clock/clock.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/clock/clock.cu'

'samples/0_Simple/matrixMulCUBLAS' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulCUBLAS'

'samples/0_Simple/matrixMulCUBLAS/matrixMulCUBLAS.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulCUBLAS/matrixMulCUBLAS.cpp'

'samples/0_Simple/matrixMulCUBLAS/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulCUBLAS/Makefile'

'samples/0_Simple/matrixMulCUBLAS/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulCUBLAS/NsightEclipse.xml'

'samples/0_Simple/matrixMulCUBLAS/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/matrixMulCUBLAS/readme.txt'

'samples/0_Simple/simpleMultiCopy' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy'

'samples/0_Simple/simpleMultiCopy/doc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy/doc'

'samples/0_Simple/simpleMultiCopy/doc/GTX480_CopyOverlap.cpj' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy/doc/GTX480_CopyOverlap.cpj'

'samples/0_Simple/simpleMultiCopy/doc/C1060_CopyOverlap_Session1_Context_0.csv' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy/doc/C1060_CopyOverlap_Session1_Context_0.csv'

'samples/0_Simple/simpleMultiCopy/doc/GTX480_CopyOverlap.csv' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy/doc/GTX480_CopyOverlap.csv'

'samples/0_Simple/simpleMultiCopy/doc/C1060_CopyOverlap.cpj' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy/doc/C1060_CopyOverlap.cpj'

'samples/0_Simple/simpleMultiCopy/doc/GTX480_CopyOverlap_Session1_Context_0.csv' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy/doc/GTX480_CopyOverlap_Session1_Context_0.csv'

'samples/0_Simple/simpleMultiCopy/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy/Makefile'

'samples/0_Simple/simpleMultiCopy/simpleMultiCopy.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy/simpleMultiCopy.cu'

'samples/0_Simple/simpleMultiCopy/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy/NsightEclipse.xml'

'samples/0_Simple/simpleMultiCopy/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleMultiCopy/readme.txt'

'samples/0_Simple/vectorAdd' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAdd'

'samples/0_Simple/vectorAdd/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAdd/Makefile'

'samples/0_Simple/vectorAdd/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAdd/NsightEclipse.xml'

'samples/0_Simple/vectorAdd/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAdd/readme.txt'

'samples/0_Simple/vectorAdd/vectorAdd.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAdd/vectorAdd.cu'

'samples/0_Simple/vectorAdd_nvrtc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAdd_nvrtc'

'samples/0_Simple/vectorAdd_nvrtc/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAdd_nvrtc/Makefile'

'samples/0_Simple/vectorAdd_nvrtc/vectorAdd.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAdd_nvrtc/vectorAdd.cpp'

'samples/0_Simple/vectorAdd_nvrtc/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAdd_nvrtc/readme.txt'

'samples/0_Simple/vectorAdd_nvrtc/vectorAdd_kernel.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/vectorAdd_nvrtc/vectorAdd_kernel.cu'

'samples/0_Simple/cdpSimpleQuicksort' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimpleQuicksort'

'samples/0_Simple/cdpSimpleQuicksort/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimpleQuicksort/Makefile'

'samples/0_Simple/cdpSimpleQuicksort/settings.nvlink' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimpleQuicksort/settings.nvlink'

'samples/0_Simple/cdpSimpleQuicksort/cdpSimpleQuicksort.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimpleQuicksort/cdpSimpleQuicksort.cu'

'samples/0_Simple/cdpSimpleQuicksort/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimpleQuicksort/NsightEclipse.xml'

'samples/0_Simple/cdpSimpleQuicksort/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/cdpSimpleQuicksort/readme.txt'

'samples/0_Simple/simplePrintf' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simplePrintf'

'samples/0_Simple/simplePrintf/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simplePrintf/Makefile'

'samples/0_Simple/simplePrintf/simplePrintf.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simplePrintf/simplePrintf.cu'

'samples/0_Simple/simplePrintf/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simplePrintf/readme.txt'

'samples/0_Simple/simpleVoteIntrinsics_nvrtc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics_nvrtc'

'samples/0_Simple/simpleVoteIntrinsics_nvrtc/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics_nvrtc/Makefile'

'samples/0_Simple/simpleVoteIntrinsics_nvrtc/simpleVote_kernel.cuh' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics_nvrtc/simpleVote_kernel.cuh'

'samples/0_Simple/simpleVoteIntrinsics_nvrtc/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics_nvrtc/readme.txt'

'samples/0_Simple/simpleVoteIntrinsics_nvrtc/simpleVoteIntrinsics.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleVoteIntrinsics_nvrtc/simpleVoteIntrinsics.cpp'

'samples/0_Simple/simpleIPC' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleIPC'

'samples/0_Simple/simpleIPC/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleIPC/Makefile'

'samples/0_Simple/simpleIPC/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleIPC/NsightEclipse.xml'

'samples/0_Simple/simpleIPC/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleIPC/readme.txt'

'samples/0_Simple/simpleIPC/simpleIPC.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/0_Simple/simpleIPC/simpleIPC.cu'

'samples/1_Utilities' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities'

'samples/1_Utilities/topologyQuery' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/topologyQuery'

'samples/1_Utilities/topologyQuery/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/topologyQuery/Makefile'

'samples/1_Utilities/topologyQuery/topologyQuery.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/topologyQuery/topologyQuery.cu'

'samples/1_Utilities/topologyQuery/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/topologyQuery/NsightEclipse.xml'

'samples/1_Utilities/topologyQuery/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/topologyQuery/readme.txt'

'samples/1_Utilities/UnifiedMemoryPerf' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/UnifiedMemoryPerf'

'samples/1_Utilities/UnifiedMemoryPerf/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/UnifiedMemoryPerf/Makefile'

'samples/1_Utilities/UnifiedMemoryPerf/matrixMultiplyPerf.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/UnifiedMemoryPerf/matrixMultiplyPerf.cu'

'samples/1_Utilities/UnifiedMemoryPerf/commonKernels.hpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/UnifiedMemoryPerf/commonKernels.hpp'

'samples/1_Utilities/UnifiedMemoryPerf/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/UnifiedMemoryPerf/NsightEclipse.xml'

'samples/1_Utilities/UnifiedMemoryPerf/commonDefs.hpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/UnifiedMemoryPerf/commonDefs.hpp'

'samples/1_Utilities/UnifiedMemoryPerf/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/UnifiedMemoryPerf/readme.txt'

'samples/1_Utilities/UnifiedMemoryPerf/helperFunctions.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/UnifiedMemoryPerf/helperFunctions.cpp'

'samples/1_Utilities/UnifiedMemoryPerf/commonKernels.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/UnifiedMemoryPerf/commonKernels.cu'

'samples/1_Utilities/bandwidthTest' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/bandwidthTest'

'samples/1_Utilities/bandwidthTest/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/bandwidthTest/Makefile'

'samples/1_Utilities/bandwidthTest/bandwidthTest.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/bandwidthTest/bandwidthTest.cu'

'samples/1_Utilities/bandwidthTest/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/bandwidthTest/NsightEclipse.xml'

'samples/1_Utilities/bandwidthTest/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/bandwidthTest/readme.txt'

'samples/1_Utilities/p2pBandwidthLatencyTest' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/p2pBandwidthLatencyTest'

'samples/1_Utilities/p2pBandwidthLatencyTest/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/p2pBandwidthLatencyTest/Makefile'

'samples/1_Utilities/p2pBandwidthLatencyTest/p2pBandwidthLatencyTest.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/p2pBandwidthLatencyTest/p2pBandwidthLatencyTest.cu'

'samples/1_Utilities/p2pBandwidthLatencyTest/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/p2pBandwidthLatencyTest/NsightEclipse.xml'

'samples/1_Utilities/p2pBandwidthLatencyTest/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/p2pBandwidthLatencyTest/readme.txt'

'samples/1_Utilities/deviceQueryDrv' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/deviceQueryDrv'

'samples/1_Utilities/deviceQueryDrv/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/deviceQueryDrv/Makefile'

'samples/1_Utilities/deviceQueryDrv/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/deviceQueryDrv/NsightEclipse.xml'

'samples/1_Utilities/deviceQueryDrv/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/deviceQueryDrv/readme.txt'

'samples/1_Utilities/deviceQueryDrv/deviceQueryDrv.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/deviceQueryDrv/deviceQueryDrv.cpp'

'samples/1_Utilities/deviceQuery' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/deviceQuery'

'samples/1_Utilities/deviceQuery/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/deviceQuery/Makefile'

'samples/1_Utilities/deviceQuery/deviceQuery.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/deviceQuery/deviceQuery.cpp'

'samples/1_Utilities/deviceQuery/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/deviceQuery/NsightEclipse.xml'

'samples/1_Utilities/deviceQuery/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/1_Utilities/deviceQuery/readme.txt'

'samples/2_Graphics' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics'

'samples/2_Graphics/simpleTexture3D' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D'

'samples/2_Graphics/simpleTexture3D/doc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/doc'

'samples/2_Graphics/simpleTexture3D/doc/sshot_sm.JPG' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/doc/sshot_sm.JPG'

'samples/2_Graphics/simpleTexture3D/doc/sshot_lg.JPG' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/doc/sshot_lg.JPG'

'samples/2_Graphics/simpleTexture3D/doc/sshot_md.JPG' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/doc/sshot_md.JPG'

'samples/2_Graphics/simpleTexture3D/data' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/data'

'samples/2_Graphics/simpleTexture3D/data/ref_texture3D.bin' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/data/ref_texture3D.bin'

'samples/2_Graphics/simpleTexture3D/data/Bucky.raw' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/data/Bucky.raw'

'samples/2_Graphics/simpleTexture3D/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/Makefile'

'samples/2_Graphics/simpleTexture3D/simpleTexture3D.cpp' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/simpleTexture3D.cpp'

'samples/2_Graphics/simpleTexture3D/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/NsightEclipse.xml'

'samples/2_Graphics/simpleTexture3D/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/readme.txt'

'samples/2_Graphics/simpleTexture3D/simpleTexture3D_kernel.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/simpleTexture3D_kernel.cu'

'samples/2_Graphics/simpleTexture3D/findgllib.mk' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleTexture3D/findgllib.mk'

'samples/2_Graphics/simpleGL' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL'

'samples/2_Graphics/simpleGL/doc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/doc'

'samples/2_Graphics/simpleGL/doc/sshot_sm.JPG' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/doc/sshot_sm.JPG'

'samples/2_Graphics/simpleGL/doc/sshot_lg.JPG' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/doc/sshot_lg.JPG'

'samples/2_Graphics/simpleGL/doc/sshot_md.JPG' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/doc/sshot_md.JPG'

'samples/2_Graphics/simpleGL/data' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/data'

'samples/2_Graphics/simpleGL/data/ref_simpleGL.bin' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/data/ref_simpleGL.bin'

'samples/2_Graphics/simpleGL/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/Makefile'

'samples/2_Graphics/simpleGL/simpleGL.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/simpleGL.cu'

'samples/2_Graphics/simpleGL/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/NsightEclipse.xml'

'samples/2_Graphics/simpleGL/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/readme.txt'

'samples/2_Graphics/simpleGL/findgllib.mk' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGL/findgllib.mk'

'samples/2_Graphics/simpleGLES_EGLOutput' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput'

'samples/2_Graphics/simpleGLES_EGLOutput/graphics_interface_egloutput_via_egl.c' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput/graphics_interface_egloutput_via_egl.c'

'samples/2_Graphics/simpleGLES_EGLOutput/simpleGLES_EGLOutput.cu' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput/simpleGLES_EGLOutput.cu'

'samples/2_Graphics/simpleGLES_EGLOutput/findgleslib.mk' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput/findgleslib.mk'

'samples/2_Graphics/simpleGLES_EGLOutput/data' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput/data'

'samples/2_Graphics/simpleGLES_EGLOutput/data/ref_simpleGLES_EGLOutput.bin' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput/data/ref_simpleGLES_EGLOutput.bin'

'samples/2_Graphics/simpleGLES_EGLOutput/Makefile' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput/Makefile'

'samples/2_Graphics/simpleGLES_EGLOutput/mesh.frag.glsl' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput/mesh.frag.glsl'

'samples/2_Graphics/simpleGLES_EGLOutput/NsightEclipse.xml' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput/NsightEclipse.xml'

'samples/2_Graphics/simpleGLES_EGLOutput/readme.txt' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput/readme.txt'

'samples/2_Graphics/simpleGLES_EGLOutput/mesh.vert.glsl' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/simpleGLES_EGLOutput/mesh.vert.glsl'

'samples/2_Graphics/marchingCubes' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/marchingCubes'

'samples/2_Graphics/marchingCubes/doc' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/marchingCubes/doc'

'samples/2_Graphics/marchingCubes/doc/screenshot_md.png' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/marchingCubes/doc/screenshot_md.png'

'samples/2_Graphics/marchingCubes/doc/screenshot_lg.png' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/marchingCubes/doc/screenshot_lg.png'

'samples/2_Graphics/marchingCubes/doc/screenshot_sm.png' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/marchingCubes/doc/screenshot_sm.png'

'samples/2_Graphics/marchingCubes/data' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/marchingCubes/data'

'samples/2_Graphics/marchingCubes/data/posArray.bin' -> '/home/glushenkov/usr/local/cuda-10.0/samples/2_Graphics/marchingCubes/data/posArray.bin'
Logging to /tmp/cuda-installer-7870

========================================

Configuring samples Makefile...

========================================

Please make sure that

 -   PATH includes /home/glushenkov/usr/local/cuda-10.0/bin

 -   LD_LIBRARY_PATH includes /home/glushenkov/usr/local/cuda-10.0/lib64, or, add /home/glushenkov/usr/local/cuda-10.0/lib64 to /etc/ld.so.conf and run ldconfig as root

To uninstall the NVIDIA CUDA Samples, run the uninstall script in /home/glushenkov/usr/local/cuda-10.0/samples

Installation Complete

'uninstall_cuda_10.0.pl' -> '/home/glushenkov/usr/local/cuda-10.0/bin/uninstall_cuda_10.0.pl'

Installing the CUDA Samples in /home/glushenkov ...

===========
= Summary =
===========

Driver:   Not Selected
Toolkit:  Installed in /home/glushenkov/usr/local/cuda-10.0
Samples:  Installed in /home/glushenkov

Please make sure that
 -   PATH includes /home/glushenkov/usr/local/cuda-10.0/bin
 -   LD_LIBRARY_PATH includes /home/glushenkov/usr/local/cuda-10.0/lib64, or, add /home/glushenkov/usr/local/cuda-10.0/lib64 to /etc/ld.so.conf and run ldconfig as root

To uninstall the CUDA Toolkit, run the uninstall script in /home/glushenkov/usr/local/cuda-10.0/bin

Please see CUDA_Installation_Guide_Linux.pdf in /home/glushenkov/usr/local/cuda-10.0/doc/pdf for detailed information on setting up CUDA.

***WARNING: Incomplete installation! This installation did not install the CUDA Driver. A driver of version at least 384.00 is required for CUDA 10.0 functionality to work.
To install the driver using this installer, run the following command, replacing <CudaInstaller> with the name of this run file:
    sudo <CudaInstaller>.run -silent -driver

Logfile is /tmp/cuda_install_7583.log

Step 2:

I tried fix it like it`s written here:

sudo <CudaInstaller>.run -silent -driver

It done without any errors

and result is the same error: compile ok, run with code=35 :(


Step 3:

I also try install with (Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 410.48?
(y)es/(n)o/(q)uit: y) then i had an error

Installing the NVIDIA display driver...
The driver installation has failed due to an unknown error. Please consult the driver installation log located at /var/log/nvidia-installer.log.

===========
= Summary =
===========

Driver:   Installation Failed
Toolkit:  Installation skipped
Samples:  Installation skipped

Logfile is /tmp/cuda_install_5948.log

The file contents /var/log/nvidia-installer.log

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Tue Jan  8 20:53:44 2019
installer version: 410.48

PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

nvidia-installer command line:
    ./nvidia-installer
    --ui=none
    --no-questions
    --accept-license
    --disable-nouveau
    --no-cc-version-check
    --run-nvidia-xconfig

Using built-in stream user interface
-> Detected 36 CPUs online; setting concurrency level to 32.
ERROR: An NVIDIA kernel module 'nvidia-drm' appears to already be loaded in your kernel.  This may be because it is in use (for example, by an X server, a CUDA program, or the NVIDIA Persistence Daemon), but this may also happen if your kernel was configured without support for module unloading.  Please be sure to exit any programs that may be using the GPU(s) before attempting to upgrade your driver.  If no GPU-based programs are running, you know that your kernel supports module unloading, and you still receive this message, then an error may have occured that has corrupted an NVIDIA kernel module's usage count, for which the simplest remedy is to reboot your computer.
ERROR: Installation has failed.  Please see the file '/var/log/nvidia-installer.log' for details.  You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.

The file contents /tmp/cuda_install_5948.log

Using more to view the EULA.

Installing the NVIDIA display driver...
Verifying archive integrity... OK

Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 410.48................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................



ERROR: An NVIDIA kernel module 'nvidia-drm' appears to already be loaded in

       your kernel.  This may be because it is in use (for example, by an X

       server, a CUDA program, or the NVIDIA Persistence Daemon), but this

       may also happen if your kernel was configured without support for

       module unloading.  Please be sure to exit any programs that may be

       using the GPU(s) before attempting to upgrade your driver.  If no

       GPU-based programs are running, you know that your kernel supports

       module unloading, and you still receive this message, then an error

       may have occured that has corrupted an NVIDIA kernel module's usage

       count, for which the simplest remedy is to reboot your computer.





ERROR: Installation has failed.  Please see the file

       '/var/log/nvidia-installer.log' for details.  You may find

       suggestions on fixing installation problems in the README available

       on the Linux driver download page at www.nvidia.com.





Welcome to the NVIDIA Software Installer for Unix/Linux



Detected 36 CPUs online; setting concurrency level to 32.

The driver installation has failed due to an unknown error. Please consult the driver installation log located at /var/log/nvidia-installer.log.

===========
= Summary =
===========

Driver:   Installation Failed
Toolkit:  Installation skipped
Samples:  Installation skipped


Logfile is /tmp/cuda_install_5948.log

Robert_Crovella, what should I do exactly to install the CUDA correctly?
Is there any an official instructions, like “How to install CUDA on Fedora 28”?
Or should I download an another driver to my GPU, may be u can give me a link for recommended source with it?
Or should I download an another CUDA version minor or path, may be u can give me a link for recommended source with it?
Or should I install smt else (I tried all variations which I could find in logs but I didn`t rich any success in it)?

If u needed the full file cuda_install_7583.log I shared it in my site http://arxemond.ru/cuda_install_7583.log. Unfortunately I can posted it here, because its too large and there isnt a functional to attach files

For CUDA 10.0:
1.start over with a clean install of Fedora 27 (that is the latest Fedora supported by CUDA 10.0)
2. get your installers from http://www.nvidia.com/getcuda
3. follow the instructions carefully in the linux install guide: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html

For Fedora 28, there are no official instructions. It is not officially supported. If you want my unofficial comments, I would start here:

https://devtalk.nvidia.com/default/topic/1036332/cuda-setup-and-installation/cuda-9-2-88-on-fedora-28-/post/5274248/#5274248

Probably the most important points are to clean out the old driver carefully, or more simply, reload F28. Then choose the latest driver available for your GPU at Official Drivers | NVIDIA

Install that (following the instructions in the linux install guide for nouveau removal first, i.e. as if you were installing a runfile install CUDA toolkit).

If you can’t get the driver installed properly, it often means the old driver was not cleaned out correctly.

After you get the driver installed correctly, choose a runfile installer for the CUDA toolkit you want, and install that while selecting “no” for the driver install that is bundled with the installer.

If you are installing on a laptop there may be additional challenges, depending on the exact laptop design.

Robert_Crovella, thanks for yours advice.
Yes, I saw there isnt a supported version for Fedora 28, only for 27, like your wrote above, but I didnt attach importance to this, relied on the backward compatibility.
Ill try do as your advise me before and Ill make a post about my success in this case:)

Yes, I`ve also tried to install on a laptop and desktop and the same problem had been.