bookug / gutil

CUDA and C/C++ utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gutil

CUDA utilities of GPU functions, and implementation of sparse matrix operations like SpMV, SpGEMM, diagonal matrix multiplication, etc.


Structure

CUDA utilities are placed in gutil/, and C/C++ utilities are placed in util/.


Functions

  • Time Counting
  • Time out for a query
  • Memory Usage
  • sparse matrix
  • CPU algorithms (intersect, sort...)
  • GPU algorithms (exclusive prefix sum, warp-wide scan, block-wide scan)
  • ...

About

CUDA and C/C++ utilities

License:GNU General Public License v3.0


Languages

Language:C++ 52.6%Language:Cuda 44.2%Language:Makefile 3.2%