Skip to content

OlivierKessler01/cuda-thinkering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuda thinkering

Amuzing myself with CUDA C

Installation of the project

You need nvcc installed to compile.

You need gcc 13 to compile:

On fedora systems :

sudo dnf install gcc13 gcc13-c++

Fedora

You need to install Nvidia drivers FROM RPM FUSION, do not install it from Nvidia website: https://rpmfusion.org/Howto/NVIDIA

You need to install CUDA FROM RPM FUSION: https://rpmfusion.org/Howto/CUDA

You may need to run this afterwards :

sudo akmods --force

You may want to add the CUDAS binaries to your path to use NVCC: /usr/local/cuda/bin/

DEBUG

sudo dmesg | grep nvidia

Run the project

make run script=<add/hello....>

About

Amusing myself with CUDA C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published