CUDA implementation of certain image smoothing algorithm.
Extraction of watermark embedded with E_BLIND method on multiple digital pictures.
https://github.com/wanatpj/cuda-tricks
__syncthreads();
__global__ void fn() {
__shared__ int local_array[THREADS_PER_BLOCK]; // local block memory cache