Skip to content

rurumimic/cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CUDA

GPU Compute Capability

nvidia-smi --query-gpu=compute_cap --format=csv

compute_cap
8.6

Code

Samples

git clone https://github.com/NVIDIA/cuda-samples.git

c++11_cuda

Compile
make HOST_COMPILER=g++ SMS="86" dbg=1

Run

./c++11_cuda

GPU Device 0: "Ampere" with compute capability 8.6

Read 3223503 byte corpus from ./warandpeace.txt
counted 107310 instances of 'x', 'y', 'z', or 'w' in "./warandpeace.txt"

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages