penguinV
penguinV copied to clipboard
Cuda implementation of Normalize() function
We have CPU implementation of Normalize() function in src/image_function.h
and src/image_function.cpp
files. We want to add Cuda implementation of the same function. Please put new code in src/cuda/image_function_cuda.cuh
and src/cuda/image_function_cuda.cu
files. Things which we need to do:
- Copy 4 function declaration from
src/image_function.h
tosrc/cuda/image_function_cuda.cuh
- Copy first 3 function implementation from
src/image_function.cpp
tosrc/cuda/image_function_cuda.cu
- Add Cuda kernel called
normalizeCuda
into unnamed namespace at the top ofsrc/cuda/image_function_cuda.cu
file - Add forth function implementation by following LookupTable() code logic
Greetings! I would like to work on this for Hacktoberfest.
Hi @zwycl , sure!
Hey - Can I try this?
Grommers
Hi @Grommers00 , yes, you can.