Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 763 Bytes

ReadMe.md

File metadata and controls

33 lines (19 loc) · 763 Bytes

pelemay_bench_opencl

OpenCL implementation of pelemay_sample.

Some code derived from Apple OpenCL HelloWorld Example.

opencl_bench

  • Length of testing array can be changed by changing DATA_SIZE = ; in each file.

bench.cl : Contains kernels for benchmarks.

square_bench.c : Executes Square benchmark.

logistic_map_10_bench.c : Executes LogisticMap10 benchmark.

logistic_map_20_bench.c : Executes LogisticMap20 benchmark.

Execute

Run make all in opencl_bench/.

pelemay bench

Code derived from pelemay_sample.

Execute

Run mix bench in pelemay_bench/.