dirmeier / cuda-etudes

:notes: A collection of CUDA recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDA études

Project Status

🎶 A collection of CUDA recipes

About

This repository implements some recipes in to learn CUDA.

Dependencies

  • meson and ninja
  • CUDA >=10 + cuBLAS/cuRAND
  • gtest

On Arch, you can install using pacman

pacman -S meson ninja
pacman -S cuda cuda-tools
pacman -S gtest

Usage

Clone/download the project and run:

make run

This builds an executable and runs all CUDA examples.

Author

Simon Dirmeier sfyrbnd @ pm me

About

:notes: A collection of CUDA recipes

License:GNU General Public License v3.0


Languages

Language:Cuda 84.2%Language:C 6.6%Language:C++ 4.7%Language:Makefile 4.5%