Project for Parallel and Distributed Systems and Algorithms class
- OpenCL
- LibFreeImage
- Run
module load CUDA
in order for OpenCL to work - Run
g++ bilateral.cpp -O3 -Wall -Wextra -pedantic -lm -lOpenCL -fopenmp -std=c++17 -Wl,-rpath,./ -L./ -l:"libfreeimage.so.3" -o bilateral
to compile the program - Run
./bilateral -h
for help
This repository is still in progress, better build process and documentation is coming soon.