This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
andreagus
/
rodinia-benchmark
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
f1c390bd93
Branch-ok
Tag-ek
cpu-benchmark
gpu-benchmark
master
wip/platform-unification
rodinia-benchma...
/
opencl
/
dwt2d
Andrea Gussoni
1056d3aaa2
Added run script for the secondary GPU
8 éve
..
dwt_cl
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
Makefile
292b5a814e
Restored optimization
8 éve
README
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
com_dwt.cl
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
common.h
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
components.cpp
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
components.h
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
dwt.cpp
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
dwt.h
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
main.cpp
1bf63ab652
Implemented device selection for dwt2d
8 éve
run-cpu
0ac7b7fc45
Modified some benchmarks parameters
8 éve
run-gpu
0ac7b7fc45
Modified some benchmarks parameters
8 éve
run-gpu-primary
1056d3aaa2
Added run script for the secondary GPU
8 éve
run-gpu-secondary
1056d3aaa2
Added run script for the secondary GPU
8 éve
run.sh
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
README
//DESCRITPTION
This is the OpenCL version of the code.
The JPEG2000 standard uses 2D Discrete Wavelet Transform (2D DWT), which consumes a significant part of the total encoding time
// USE
**************OUTPUT********************
USAGE:
make clean
make OUTPUT=Y
**************PARAMETERS*****************
USEAGE:
./dwt2d [otpions] src_img.rgb
-d, --dimension dimensions of src img, e.g. 1920x1080
-l, --level DWT level, default 3
-f, --forward forward transform
-5, --53 5/3 transform