Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sergeipapina/color2graycuda
- Owner: SergeiPapina
- Created: 2024-09-13T05:54:59.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-31T18:17:17.000Z (3 months ago)
- Last Synced: 2024-12-20T00:42:28.996Z (about 2 months ago)
- Topics: cmake, cuda, cuda-kernels, cuda-programming, link, makefile, nvidia
- Language: Cuda
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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,
makeedit CMakelists.txt or Makefile to set correct GPU architecture to avoid core dump message at runtime