Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirmeier/cuda-etudes
:notes: A collection of CUDA recipes
https://github.com/dirmeier/cuda-etudes
cpp cuda meson
Last synced: 29 days ago
JSON representation
:notes: A collection of CUDA recipes
- Host: GitHub
- URL: https://github.com/dirmeier/cuda-etudes
- Owner: dirmeier
- License: gpl-3.0
- Created: 2020-07-01T21:15:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T21:48:13.000Z (12 months ago)
- Last Synced: 2024-11-16T13:41:57.853Z (3 months ago)
- Topics: cpp, cuda, meson
- Language: Cuda
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CUDA études
[![Project Status](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)
:notes: 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`
```bash
pacman -S meson ninja
pacman -S cuda cuda-tools
pacman -S gtest
```## Usage
Clone/download the project and run:
```bash
make run
```This builds an executable and runs all CUDA examples.
## Author
Simon Dirmeier sfyrbnd @ pm me