Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 615 Bytes

File metadata and controls

23 lines (16 loc) · 615 Bytes

RecursiveGPU

A fast and efficient 3D recursive filter GPU implimentation

How to build


git clone --recursive https://github.com/cheesema/RecursiveGPU.git

cd RecursiveGPU
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release  ..
cmake -DCMAKE_BUILD_TYPE=Release  ..
make -j 8

./benchmark | tee testOutput.txt

LocalIntensityScale speedup plot Recursive Filter speedup plot Recursive Filter with varying filter length k0