Skip to content

andrei-pokrovsky/cuda-experiments

 
 

Repository files navigation

cuda-experiments

Quick Start

./configure && make && make bench

Configuring

TO auto-detect CC version and create config.mk, try

`./configure`

Otherwise, create config.mk and set the variable CUDA_CC to the version of code you want to generate. For example

CUDA_CC=35

Building

Build all supported tests

make

Running

Run all supported tests and dump outputs in $MODULE.csv

make bench

Run individual tests, with outputs to stdout:

<module>/main

stream-thread

https://devblogs.nvidia.com/maximizing-unified-memory-performance-cuda/

stream-warp

https://devblogs.nvidia.com/maximizing-unified-memory-performance-cuda/

Other Benchmarks

mgbench

blackjackbench

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 68.0%
  • C++ 20.8%
  • Makefile 9.4%
  • Other 1.8%