Shishqa / CudaVectorLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cuda Vector Lib

Features implemented

  • vector addition
  • vector multiplication
  • vector dot product
  • cos between vectors
  • matrix addition
  • matrix multiplication
  • matrix by vector multiplication
  • filter

Benchmarks

To see benchmarks results please visit docs/benchmarks.md

Usage

To see usage examples please visit docs/usage.md

Build

mkdir build && cd build
cmake ..
make

./01-add 4096 16

About


Languages

Language:Cuda 91.9%Language:CMake 5.0%Language:Shell 3.1%