[compute] 08/49: Merge pull request #477 from haahh/pr_reduce_by_key
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Dec 18 17:58:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository compute.
commit 7059a30c3ac49fc710a61173cbbd00158fc28c4a
Merge: ce4c4d1 33d8ed2
Author: Kyle Lutz <kyle.r.lutz at gmail.com>
Date: Wed Jul 15 08:32:22 2015 -0700
Merge pull request #477 from haahh/pr_reduce_by_key
Reduce by key algorithm
.../compute/algorithm/detail/reduce_by_key.hpp | 119 +++++
.../algorithm/detail/reduce_by_key_with_scan.hpp | 519 +++++++++++++++++++++
.../algorithm/detail/serial_reduce_by_key.hpp | 108 +++++
include/boost/compute/algorithm/reduce_by_key.hpp | 118 +++++
perf/CMakeLists.txt | 3 +
perf/perf.py | 2 +
perf/perf_bolt_reduce_by_key.cpp | 100 ++++
perf/perf_reduce_by_key.cpp | 114 +++++
perf/perf_thrust_reduce_by_key.cu | 91 ++++
test/CMakeLists.txt | 1 +
test/test_reduce_by_key.cpp | 210 +++++++++
11 files changed, 1385 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/compute.git
More information about the debian-science-commits
mailing list