Skip to content

A collection of CUDA source codes exploring the API in depth.

Notifications You must be signed in to change notification settings

abhirup-dev/Experiments-with-CUDA

Repository files navigation

Experiments-with-CUDA

To execute the codes, run in terminal:

nvcc <name>.cu -o <name>
./<name>

My CUDA version is:

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130

About

A collection of CUDA source codes exploring the API in depth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages