llinke1/CUDA-Examples
This code gives some examples on how CUDA and GPUs can be used to speed up simple computations.
CUDA Examples
Code examples for using CUDA to speed up some calculations
Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
About The Project
This code gives some examples on how CUDA and GPUs can be used to speed up simple computations.
Getting Started
To get a local copy up and running follow these steps.
Prerequisites
To use this code solely with the CPU version, these simple requirements are all that is needed:
- NVIDIA graphics card with CUDA capability of at least 2. Check here to see, if your card works: [https://en.wikipedia.org/wiki/CUDA#GPUs_supported].
- CUDA SDK Toolkit (Tested for version 10.1, at least 7 needed!)
Can be downloaded here [https://developer.nvidia.com/accelerated-computing-toolkit]
In general, some knowledge on CUDA and how GPUs work is useful to understand the code!
Installation
- Clone the repo
git clone https://github.com/llinke1/CUDA-Examples.git
- Install missing prerequisites
- Go into source directory and run make
cd src
makeLicense
Distributed under the MIT License. See LICENSE for more information.
Contact
Laila Linke - @astro_laila - llinke@astro.uni-bonn.de
Project Link: https://github.com/llinke1/CUDA-Examples