Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergeipapina/color2graycuda

color to gray image conversion nvidia CUDA kernel implementation using make or cmake to compile and link
https://github.com/sergeipapina/color2graycuda

cmake cuda cuda-kernels cuda-programming link makefile nvidia

Last synced: about 2 months ago
JSON representation

color to gray image conversion nvidia CUDA kernel implementation using make or cmake to compile and link

Awesome Lists containing this project

README

        

# color2grayCuda
nvidia CUDA kernel implementation color to gray image conversion
make and cmake compile and link

### first way to compile:
mkdir build
cd build
cmake ..
make

### second way to compile:
just use Makefile,
make

edit CMakelists.txt or Makefile to set correct GPU architecture to avoid core dump message at runtime